python-incremental: Update to 21.3.0, refresh patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2021-06-12 02:15:58 +08:00
parent 6daa4371f7
commit b2738e9da6
2 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(
@@ -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": [
extras_require={"scripts": ["click>=6.0", "twisted>=16.4.0"]},
license="MIT",