mirror of
https://github.com/openwrt/packages.git
synced 2025-12-17 16:11:21 +00:00
python-hyperlink: Update to 20.0.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -24,8 +24,9 @@ setup(name='hyperlink',
|
||||
author=__author__,
|
||||
author_email=__contact__,
|
||||
url=__url__,
|
||||
- packages=['hyperlink', 'hyperlink.test'],
|
||||
+ packages=['hyperlink'],
|
||||
include_package_data=True,
|
||||
+ exclude_package_data={'':['test/*']},
|
||||
zip_safe=False,
|
||||
license=__license__,
|
||||
platforms='any',
|
||||
@@ -25,7 +25,7 @@ setup(
|
||||
author=__author__,
|
||||
author_email=__contact__,
|
||||
url=__url__,
|
||||
- packages=find_packages(where="src"),
|
||||
+ packages=find_packages(where="src", exclude=["*.test", "*.test.*"]),
|
||||
package_dir={"": "src"},
|
||||
package_data=dict(hyperlink=["py.typed"]),
|
||||
zip_safe=False,
|
||||
|
||||
Reference in New Issue
Block a user