From 08ceb690590db31f9cd20ac44e617236de520ee2 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Tue, 9 Jul 2024 12:54:17 +0200 Subject: [PATCH] Fix setup to distribute the dwarf nova catalog with the release --- fink_filters/__init__.py | 2 +- setup.py | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/fink_filters/__init__.py b/fink_filters/__init__.py index 8ad5045..ceae2a1 100644 --- a/fink_filters/__init__.py +++ b/fink_filters/__init__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.30" +__version__ = "3.31" diff --git a/setup.py b/setup.py index 9165237..3af25d7 100644 --- a/setup.py +++ b/setup.py @@ -30,11 +30,13 @@ packages=setuptools.find_packages(), package_data={ 'fink_filters': [ - 'data/mangrove_filtered.csv'], + 'data/mangrove_filtered.csv', + 'data/list_dwarfs_AGN_RADEC.parquet' + ], }, classifiers=[ - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "License :: OSI Approved :: Apache Software License", "Operating System :: Unix", "Development Status :: 4 - Beta",