Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Mar 10, 2017
2 parents 0222bf7 + 4e975d4 commit 00af0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,7 +17,7 @@

MAJOR = 1
MINOR = 3
MICRO = 2
MICRO = 3
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MICRO)


Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 00af0fb

Please sign in to comment.