From f7b46b2244b4e38cbaca5246ae277c1e4adaf9be Mon Sep 17 00:00:00 2001 From: Hyeshik Chang Date: Fri, 29 Jun 2018 00:50:28 +0900 Subject: [PATCH] Change the development status and the download URL. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 84f4e1f..409ad53 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ author='Hyeshik Chang', author_email='hyeshik@snu.ac.kr', url='https://github.com/hyeshik/poreplex', - download_url='https://github.com/hyeshik/poreplex/archive/poreplex-0.1.tar.gz', + download_url='https://github.com/hyeshik/poreplex/releases', include_package_data=True, keywords=[ 'nanopore', @@ -44,7 +44,7 @@ ], license='MIT', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Intended Audience :: Science/Research', 'Intended Audience :: Healthcare Industry',