From fb5f8c722302f6de5de72bc3236681e2bc5f282a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andre=CC=81=20Legault?= Date: Thu, 23 Apr 2015 15:15:14 -0400 Subject: [PATCH] Changed the url in the setup file. --- setup.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2d3f113..e1a1959 100644 --- a/setup.py +++ b/setup.py @@ -43,16 +43,20 @@ def setup_package(): "and to facilitate common bioinformatics tasks."), author="Marc-Andre Legault", author_email="legaultmarc@gmail.com", - url="https://github.com/legaultmarc", + url="https://github.com/legaultmarc/gepyto", license="CC BY-NC 4.0", packages=find_packages(exclude=["docs", "demos", "tests"]), package_data={"gepyto.db": ["data/*", ], }, classifiers=["Development Status :: 4 - Beta", "Intended Audience :: Developers", - "Operating System :: Linux", + "Intended Audience :: Science/Research", + "Operating System :: Unix", + "Operating System :: MacOS :: MacOS X", + "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.4"], + "Programming Language :: Python :: 3.4", + "Topic :: Scientific/Engineering :: Bio-Informatics"], test_suite="gepyto.tests.test_suite", keywords="bioinformatics genomics impute2 genetics variant", install_requires=["numpy >= 1.8.1", "requests >= 2.4.3",