From 75bc0228b0adf3266f982173007ed2990b123b60 Mon Sep 17 00:00:00 2001 From: Andrey Mukhin Date: Fri, 9 Sep 2022 13:32:26 +0300 Subject: [PATCH] Added MANIFEST file to include pixpos data --- MANIFEST.in | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..f9438da --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include nuwavsource/pixpos/nuApixpos20100101v007.fits +include nuwavsource/pixpos/nuBpixpos20100101v007.fits \ No newline at end of file diff --git a/setup.py b/setup.py index 5e059ee..fa4823c 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://github.com/Andreyousan/nuwavsource", packages=setuptools.find_packages(), + include_package_data=True, classifiers=( "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",