python-hyperlink: Update to 21.0.0, refresh patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2021-02-08 04:48:22 +08:00
parent d58304047f
commit 0101070676
2 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@
- packages=find_packages(where="src"),
+ packages=find_packages(where="src", exclude=["*.test", "*.test.*"]),
package_dir={"": "src"},
package_data=dict(hyperlink=["py.typed"]),
package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
zip_safe=False,