File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ def readfile(filename):
2323
2424dataset = package_files ('share' )
2525dataset .append ('./ctaplot/gammaboard/dashboard.ipynb' )
26+ dataset .append ('README.rst' )
2627
2728print ("dataset {}" .format (dataset ))
2829
@@ -44,15 +45,13 @@ def readfile(filename):
4445 tests_require = ['pytest' ],
4546 author = 'Thomas Vuillaume, Mikael Jacquemont' ,
4647 author_email = 'thomas.vuillaume@lapp.in2p3.fr' ,
47- license = readfile ('license.rst' ),
4848 url = 'https://github.com/vuillaut/ctaplot' ,
4949 long_description = readfile ('README.rst' ),
50+ license = 'MIT' ,
5051 classifiers = [
5152 'Intended Audience :: Science/Research' ,
52- 'License :: MIT License' ,
5353 'Programming Language :: Python :: 3' ,
5454 'Topic :: Scientific/Engineering :: Astronomy' ,
55- 'Development Status :: Alpha' ,
5655 ],
5756 data_files = [('ctaplot/' , dataset )],
5857 entry_points = {
You can’t perform that action at this time.
0 commit comments