From 4e975d47f6c26b225730561236ae09d23bd2c21d Mon Sep 17 00:00:00 2001 From: Louis-Philippe Lemieux Perreault Date: Fri, 10 Mar 2017 14:41:30 -0500 Subject: [PATCH] Forgot to add a test file... --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1592560..37b9edf 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ MAJOR = 1 MINOR = 3 -MICRO = 2 +MICRO = 3 VERSION = "{}.{}.{}".format(MAJOR, MINOR, MICRO) @@ -65,7 +65,7 @@ def setup_package(): url="http://www.statgen.org", license="MIT", packages=["pyplink", "pyplink.tests"], - package_data={"pyplink.tests": ["data/test_data.*"], }, + package_data={"pyplink.tests": ["data/*"], }, test_suite="pyplink.tests.test_suite", install_requires=get_requirements(), classifiers=["Operating System :: POSIX :: Linux",