Browse Source

try fixing more metadata

pull/43/head
Alex Nørgaard 2 years ago
parent
commit
61caa24e67
No known key found for this signature in database GPG Key ID: 94D54F6A3604E97
  1. 1
      pyproject.toml
  2. 2
      setup.py

1
pyproject.toml

@ -13,6 +13,7 @@ include = ["a2s/**/*.py", "a2s/**/*.pyi"]
useLibraryCodeForTypes = true useLibraryCodeForTypes = true
typeCheckingMode = "strict" typeCheckingMode = "strict"
pythonVersion = "3.7" pythonVersion = "3.7"
reportImportCycles = false
[build-system] [build-system]
requires = ["setuptools", "wheel"] requires = ["setuptools", "wheel"]

2
setup.py

@ -15,7 +15,7 @@ setuptools.setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/Yepoleb/python-a2s", url="https://github.com/Yepoleb/python-a2s",
packages=["a2s"], packages=["a2s"],
package_data={"a2s": ["a2s/py.typed", "*.pyi", "**/*.pyi"]}, package_data={"a2s": ["a2s/py.typed"]},
license="MIT License", license="MIT License",
classifiers=[ classifiers=[
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",

Loading…
Cancel
Save