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