diff --git a/pyproject.toml b/pyproject.toml index d3eee77..4f933ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ include = ["a2s/**/*.py", "a2s/**/*.pyi"] useLibraryCodeForTypes = true typeCheckingMode = "strict" pythonVersion = "3.7" +reportImportCycles = false [build-system] requires = ["setuptools", "wheel"] diff --git a/setup.py b/setup.py index b8b082f..05cccde 100644 --- a/setup.py +++ b/setup.py @@ -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",