chore: add py.typed + registering it it pyptoject.toml to enable ext

mypy type hint check
This commit is contained in:
cclecle
2023-09-23 21:33:02 +01:00
parent e4df9f7d77
commit 236efcc258
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ where = ["src"]
[tool.setuptools.package-data]
"pychangelogfactory.data" = ["*.*"]
"pysimpleini" = ["py.typed"]
[project.urls]
Homepage = "https://chacha.ddns.net/gitea/chacha/pychangelogfactory"

View File

@@ -0,0 +1 @@
# PlaceHolder