You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
384 B

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