Skip to content

Commit

Permalink
Merge pull request #20 from clustlight/develop/add-git-track
Browse files Browse the repository at this point in the history
Fix: [Dependencies] add poetry.toml to git track
  • Loading branch information
quadseed authored Feb 12, 2024
2 parents f452506 + a884935 commit 6c9dd70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ cython_debug/

### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
poetry.toml
# poetry.toml


### venv ###
Expand Down
5 changes: 5 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[virtualenvs]
in-project = true

[virtualenvs.options]
always-copy = false

0 comments on commit 6c9dd70

Please sign in to comment.