blob: fe0c98f2798310f7d6e2e3253038d7dfe472d873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open("README.md") as fh:
setup(
name="jsonfeed-util",
version=version,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests", "tests.*"]),
# metadata for upload to PyPI
author="Lukas Schwab",
author_email="lukas.schwab@gmail.com",
|