diff --git a/.gitignore b/.gitignore index 548280c..fce42fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - # Created by https://www.gitignore.io/api/node,code,macos,python ### Code ### diff --git a/setup.py b/setup.py index b4a30e0..ea11d0d 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ version=__version__, description='Library for manipulating neuromorpho resources.', long_description=long_description, - # download_url='https://github.com/jhuapl-boss/intern/tarball/' + __version__, + download_url='https://github.com/j6k4m8/neuromorpholib/tarball/' + __version__, license='Apache 2.0', classifiers=[ 'Development Status :: 4 - Beta',