We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea81297 + 2f955b4 commit 0d8b630Copy full SHA for 0d8b630
1 file changed
setup.py
@@ -27,7 +27,7 @@
27
url=__url__,
28
packages=find_packages(where="src"),
29
package_dir={"": "src"},
30
- package_data=dict(hyperlink=["py.typed"]),
+ package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
31
zip_safe=False,
32
license=__license__,
33
platforms="any",
0 commit comments