From a3f8550e54e2778d2285adfd387f48408188ace6 Mon Sep 17 00:00:00 2001 From: Andrey Mukhin Date: Tue, 6 Sep 2022 17:06:36 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)