We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720ec53 commit 00d7182Copy full SHA for 00d7182
1 file changed
setup.py
@@ -124,5 +124,5 @@ def parse_requirements(path: str) -> list[str]:
124
},
125
python_requires=">=3.7.0,<3.12",
126
packages=setuptools.find_packages(),
127
- package_data={"analytix": ["py.typed"]},
+ include_package_data=True,
128
)
0 commit comments