diff --git a/setup.py b/setup.py
index c3cf6d3..001178a 100644
--- a/setup.py
+++ b/setup.py
@@ -43,8 +43,8 @@ def run_tests(self):
     packages=['deepsignal_plant'],
     keywords=['methylation', 'nanopore', 'neural network'],
     version=find_version('deepsignal_plant', '__init__.py'),
-    url='',
-    download_url='',
+    url='https://github.com/PengNi/deepsignal-plant',
+    download_url='https://github.com/PengNi/deepsignal-plant/archive/0.1.0.tar.gz',
     license='GNU General Public License v3 (GPLv3)',
     author='Peng Ni',
     # tests_require=['pytest'],