diff --git a/setup.py b/setup.py index eaf3c31..31c6ec1 100644 --- a/setup.py +++ b/setup.py @@ -11,11 +11,11 @@ setuptools.setup( description="A package for source exclusion in NuStar observation data using wavelet decomposition", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/Andreyousan/wavsource_nustar", + url="https://github.com/Andreyousan/wavsource_nustar/tree/code_trimming", packages=setuptools.find_packages(), classifiers=( "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ), -) \ No newline at end of file +)