Skip to content

Commit 8738b70

Browse files
committed
making description readable for pypi
1 parent f39463b commit 8738b70

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def readfile(filename):
2323

2424
dataset = package_files('share')
2525
dataset.append('./ctaplot/gammaboard/dashboard.ipynb')
26+
dataset.append('README.rst')
2627

2728
print("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={

0 commit comments

Comments
 (0)