001-omit-tests.patch 384 B

1234567891011
  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": [