Alex Nørgaard
2 years ago
No known key found for this signature in database
GPG Key ID: 94D54F6A3604E97
2 changed files with
2 additions and
1 deletions
-
pyproject.toml
-
setup.py
|
|
@ -13,6 +13,7 @@ include = ["a2s/**/*.py", "a2s/**/*.pyi"] |
|
|
|
useLibraryCodeForTypes = true |
|
|
|
typeCheckingMode = "strict" |
|
|
|
pythonVersion = "3.7" |
|
|
|
reportImportCycles = false |
|
|
|
|
|
|
|
[build-system] |
|
|
|
requires = ["setuptools", "wheel"] |
|
|
|
|
|
@ -15,7 +15,7 @@ setuptools.setup( |
|
|
|
long_description_content_type="text/markdown", |
|
|
|
url="https://github.com/Yepoleb/python-a2s", |
|
|
|
packages=["a2s"], |
|
|
|
package_data={"a2s": ["a2s/py.typed", "*.pyi", "**/*.pyi"]}, |
|
|
|
package_data={"a2s": ["a2s/py.typed"]}, |
|
|
|
license="MIT License", |
|
|
|
classifiers=[ |
|
|
|
"Development Status :: 4 - Beta", |
|
|
|