b2c04969c31dfdba48c2485ace7ba0cabcc63b2a
[feed/packages.git] / lang / python / python-incremental / patches / 001-omit-tests.patch
1 --- a/setup.py
2 +++ b/setup.py
3 @@ -32,7 +32,7 @@ setup(
4 "Programming Language :: Python :: 3.5",
5 "Programming Language :: Python :: 3.6",
6 ],
7 - packages=find_packages("src", exclude=("exampleproj",)),
8 + packages=find_packages("src", exclude=("exampleproj", "*.tests", "*.tests.*")),
9 package_dir={"": "src"},
10 extras_require={
11 "scripts": [