Skip to content

Commit 00d7182

Browse files
committed
Improve setup
1 parent 720ec53 commit 00d7182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ def parse_requirements(path: str) -> list[str]:
124124
},
125125
python_requires=">=3.7.0,<3.12",
126126
packages=setuptools.find_packages(),
127-
package_data={"analytix": ["py.typed"]},
127+
include_package_data=True,
128128
)

0 commit comments

Comments
 (0)