From 8db10f4becb67551117b4ae4fefd21e904e12f22 Mon Sep 17 00:00:00 2001 From: Andrey Mukhin Date: Fri, 9 Sep 2022 16:25:07 +0300 Subject: [PATCH] Gave up the prettiness and made pip install work --- nuwavsource/__init__.py | 2 +- setup.cfg | 3 --- setup.py | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 setup.cfg diff --git a/nuwavsource/__init__.py b/nuwavsource/__init__.py index ef979e0..f4d95e1 100644 --- a/nuwavsource/__init__.py +++ b/nuwavsource/__init__.py @@ -1 +1 @@ -name = 'wavsource_nustar' \ No newline at end of file +name = 'nuwavsource' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 7a434ee..0000000 --- a/setup.cfg +++ /dev/null @@ -1,3 +0,0 @@ -[metadata] -description-file=README.md -license_files=LICENSE.md \ No newline at end of file diff --git a/setup.py b/setup.py index fa4823c..5215528 100644 --- a/setup.py +++ b/setup.py @@ -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",