Skip to content

Commit

Permalink
Merge pull request #828 from cta-observatory/include_all_package_data
Browse files Browse the repository at this point in the history
Make sure all package data is included in the wheel
  • Loading branch information
maxnoe authored Dec 17, 2021
2 parents 3d437e3 + efe033d commit c8e772c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ def find_scripts(script_dir, prefix):
},
package_data={
'lstchain': [
'data/lstchain_standard_config.json',
'data/onsite_camera_calibration_param.json',
'resources/LST_pixid_to_cluster.txt',
'data/*',
'resources/*',
],
},
entry_points=entry_points,
Expand Down

0 comments on commit c8e772c

Please sign in to comment.