We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d57501 commit 83f96baCopy full SHA for 83f96ba
setup.py
@@ -47,7 +47,8 @@ def get_property(prop, project):
47
'Programming Language :: Python :: 3',
48
'Topic :: Scientific/Engineering :: Astronomy',
49
],
50
- data_files=[('ctaplot', dataset)],
+ data_files=[('ctaplot', dataset), ],
51
+ package_data={'': ['license.rst']},
52
entry_points={
53
'console_scripts': [
54
'gammaboard = ctaplot.gammaboard:open_dashboard'
0 commit comments