Skip to content

Commit 0d8b630

Browse files
authored
Merge pull request #134 from python-hyper/install-idna-tables
Install IDNA tables file.
2 parents ea81297 + 2f955b4 commit 0d8b630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
url=__url__,
2828
packages=find_packages(where="src"),
2929
package_dir={"": "src"},
30-
package_data=dict(hyperlink=["py.typed"]),
30+
package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
3131
zip_safe=False,
3232
license=__license__,
3333
platforms="any",

0 commit comments

Comments
 (0)