added py.typed file
All checks were successful
CI / build (push) Successful in 12s

This commit is contained in:
2024-06-23 10:50:50 +08:00
parent 1cc1e2bef7
commit 5684dcc625
3 changed files with 7 additions and 0 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
dist
.idea
__pycache__
.venv
*.pyc
*.egg-info

View File

@@ -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
View File