diff --git a/setup.py b/setup.py index de4f85b..34bd3dd 100644 --- a/setup.py +++ b/setup.py @@ -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'