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:
Jeffery To
2023-02-20 09:22:31 +08:00
parent 59b7a81964
commit 8d81b67327
2 changed files with 21 additions and 15 deletions

View File

@@ -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