Skip to content

Commit 29d11ab

Browse files
committed
Add xija.component.heat to installed packages in setup.py (including data file)
1 parent b966a74 commit 29d11ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
'Programming Language :: Python :: 2',
5454
'Programming Language :: Python :: 3',
5555
],
56-
packages=['xija', 'xija.component', 'xija.tests', 'xija.gui_fit'],
56+
packages=['xija', 'xija.component', 'xija.component.heat', 'xija.tests', 'xija.gui_fit'],
5757
package_data={'xija': ['libcore.so',
58-
'component/earth_vis_grid_nside32.fits.gz'],
58+
'component/heat/earth_vis_grid_nside32.fits.gz'],
5959
'xija.tests': ['*.npz', '*.json'],
6060
'xija.gui_fit': ['app_icon.png']},
6161
tests_require=['pytest'],

0 commit comments

Comments
 (0)