mirror of
https://github.com/openwrt/packages.git
synced 2025-12-18 00:21:22 +00:00
python-hyperlink: Update to 21.0.0, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user