Skip to content

Commit

Permalink
add url in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PengNi committed Jan 27, 2021
1 parent a251ce6 commit 0c63d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 0c63d4a

Please sign in to comment.