Gave up the prettiness and made pip install work

This commit is contained in:
Andrey Mukhin 2022-09-09 16:25:07 +03:00
parent 75bc0228b0
commit 8db10f4bec
3 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
name = 'wavsource_nustar'
name = 'nuwavsource'

View File

@ -1,3 +0,0 @@
[metadata]
description-file=README.md
license_files=LICENSE.md

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="nuwavsource",
version="1.0.0",
version="0.0.1",
author="Andrey Mukhin",
author_email="amukhin@phystech.edu",
description="A package for source exclusion in NuStar observation data using wavelet decomposition",