Skip to content

Commit 83f96ba

Browse files
authored
Add license in setup (#197)
* Add license in setup * add license as package_data
1 parent 3d57501 commit 83f96ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def get_property(prop, project):
4747
'Programming Language :: Python :: 3',
4848
'Topic :: Scientific/Engineering :: Astronomy',
4949
],
50-
data_files=[('ctaplot', dataset)],
50+
data_files=[('ctaplot', dataset), ],
51+
package_data={'': ['license.rst']},
5152
entry_points={
5253
'console_scripts': [
5354
'gammaboard = ctaplot.gammaboard:open_dashboard'

0 commit comments

Comments
 (0)