Skip to content

Commit

Permalink
Add license in setup (#197)
Browse files Browse the repository at this point in the history
* Add license in setup

* add license as package_data
  • Loading branch information
vuillaut committed Jul 20, 2023
1 parent 3d57501 commit 83f96ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def get_property(prop, project):
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Astronomy',
],
data_files=[('ctaplot', dataset)],
data_files=[('ctaplot', dataset), ],
package_data={'': ['license.rst']},
entry_points={
'console_scripts': [
'gammaboard = ctaplot.gammaboard:open_dashboard'
Expand Down

0 comments on commit 83f96ba

Please sign in to comment.