This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
|||||||
|
dist
|
||||||
|
.idea
|
||||||
__pycache__
|
__pycache__
|
||||||
.venv
|
.venv
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.egg-info
|
||||||
|
|
||||||
|
@@ -24,6 +24,9 @@ dependencies = [
|
|||||||
"Homepage" = "https://gitea.woggioni.net/woggioni/pwo"
|
"Homepage" = "https://gitea.woggioni.net/woggioni/pwo"
|
||||||
"Bug Tracker" = "https://gitea.woggioni.net/woggioni/pwo/issues"
|
"Bug Tracker" = "https://gitea.woggioni.net/woggioni/pwo/issues"
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
pwo = ['src/pwo/py.typed']
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.12"
|
python_version = "3.12"
|
||||||
disallow_untyped_defs = true
|
disallow_untyped_defs = true
|
||||||
|
0
src/pwo/py.typed
Normal file
0
src/pwo/py.typed
Normal file
Reference in New Issue
Block a user