Update setup.py

This commit is contained in:
Андрей Мухин 2022-09-06 17:06:36 +03:00 committed by GitHub
parent 1585952693
commit a3f8550e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
),
)
)