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
428 B

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