Skip to content

Commit 0843a8a

Browse files
author
Wilfredo Sánchez Vega
committed
Install IDNA tables file.
1 parent 657d142 commit 0843a8a

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
@@ -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)