diff --git a/MANIFEST.in b/MANIFEST.in index f9438da..7aa31db 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include nuwavsource/pixpos/nuApixpos20100101v007.fits -include nuwavsource/pixpos/nuBpixpos20100101v007.fits \ No newline at end of file +include nuwavsource/pixpos/nuBpixpos20100101v007.fits +include nuwavsource/badpix_headers/* \ No newline at end of file diff --git a/setup.py b/setup.py index 9b28f7f..300a645 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="nuwavsource", - version="0.0.6", + version="0.0.7", author="Andrey Mukhin", author_email="amukhin@phystech.edu", description="A package for source exclusion in NuStar observation data using wavelet decomposition",