From 434239bde00aa758b2cae8e0bf156c51a48fa5b8 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 25 Mar 2022 10:02:37 -0700 Subject: [PATCH] Exclude tests from install Hyphen was there by mistake. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72d0cf7..2da81fc 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ author_email="myrmecocystus@gmail.com", url="https://github.com/sckott/habanero", license="MIT", - packages=find_packages(exclude=["test-*"]), + packages=find_packages(exclude=["test*"]), install_requires=["requests>=2.7.0", "tqdm"], classifiers=[ "Development Status :: 5 - Production/Stable",