diff --git a/setup.py b/setup.py index 45358ce11..e0915b421 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "console_scripts": [ ], } -packages = find_packages(exclude=["tests"]) +packages = find_packages(exclude=["test*"]) readme_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "README.rst")) with open(readme_path, mode="r", encoding="utf-8") as fr: