Skip to content

Commit

Permalink
Merge pull request #131 from sot/fix-build
Browse files Browse the repository at this point in the history
Add xija.component.heat to installed packages in setup.py
  • Loading branch information
javierggt authored Nov 4, 2022
2 parents b966a74 + 29d11ab commit f48594f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit f48594f

Please sign in to comment.