Compare commits
2 Commits
818a403bf9
...
a7cc19c1f9
| Author | SHA1 | Date | |
|---|---|---|---|
| a7cc19c1f9 | |||
| ffb9f743c8 |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.DS_Store
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
@@ -10,4 +10,4 @@ requires-python = ">=3.10"
|
||||
dependencies = []
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
where = ["."]
|
||||
|
||||
Reference in New Issue
Block a user