Skip to content

Commit

Permalink
Changed the url in the setup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
legaultmarc committed Apr 23, 2015
1 parent f69406e commit fb5f8c7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit fb5f8c7

Please sign in to comment.