From 29d11ab0b7dd4af9fd81a08c2a1e402371b48fb8 Mon Sep 17 00:00:00 2001 From: Javier Gonzalez Date: Fri, 4 Nov 2022 15:25:25 -0400 Subject: [PATCH] Add xija.component.heat to installed packages in setup.py (including data file) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5dfdbbf6..df34f81f 100644 --- a/setup.py +++ b/setup.py @@ -53,9 +53,9 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', ], - packages=['xija', 'xija.component', 'xija.tests', 'xija.gui_fit'], + packages=['xija', 'xija.component', 'xija.component.heat', 'xija.tests', 'xija.gui_fit'], package_data={'xija': ['libcore.so', - 'component/earth_vis_grid_nside32.fits.gz'], + 'component/heat/earth_vis_grid_nside32.fits.gz'], 'xija.tests': ['*.npz', '*.json'], 'xija.gui_fit': ['app_icon.png']}, tests_require=['pytest'],