Skip to content

Commit

Permalink
Merge pull request #134 from python-hyper/install-idna-tables
Browse files Browse the repository at this point in the history
Install IDNA tables file.
  • Loading branch information
wsanchez authored Sep 25, 2020
2 parents ea81297 + 2f955b4 commit 0d8b630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
url=__url__,
packages=find_packages(where="src"),
package_dir={"": "src"},
package_data=dict(hyperlink=["py.typed"]),
package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
zip_safe=False,
license=__license__,
platforms="any",
Expand Down

0 comments on commit 0d8b630

Please sign in to comment.