This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
dist
|
||||
.idea
|
||||
__pycache__
|
||||
.venv
|
||||
*.pyc
|
||||
*.egg-info
|
||||
|
||||
|
@@ -24,6 +24,9 @@ dependencies = [
|
||||
"Homepage" = "https://gitea.woggioni.net/woggioni/pwo"
|
||||
"Bug Tracker" = "https://gitea.woggioni.net/woggioni/pwo/issues"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
pwo = ['src/pwo/py.typed']
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.12"
|
||||
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