mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
python-incremental: Update to 22.10.0, redo patch, add host build
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -31,7 +31,7 @@ setup(
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
],
|
||||
- packages=find_packages("src", exclude=("exampleproj",)),
|
||||
+ packages=find_packages("src", exclude=("exampleproj", "*.tests", "*.tests.*")),
|
||||
package_dir={"": "src"},
|
||||
extras_require={"scripts": ["click>=6.0", "twisted>=16.4.0"]},
|
||||
license="MIT",
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -30,7 +30,10 @@ zip_safe = False
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
-exclude = exampleproj
|
||||
+exclude =
|
||||
+ exampleproj
|
||||
+ *.tests
|
||||
+ *.tests.*
|
||||
|
||||
[options.package_data]
|
||||
incremental = py.typed
|
||||
|
||||
Reference in New Issue
Block a user