File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1616__author__ = "Xavier Chopin"
1717__copyright__ = "Copyright 2019"
1818__license__ = "ECL-2.0"
19- __version__ = "1.0.2 "
19+ __version__ = "1.0.3b "
20202121__status__ = "Production"
2222
2323import setuptools
2424from distutils .core import setup
2525
2626
27- def readme ():
28- with open ('README.md' ) as f :
29- return f .read ()
30-
31-
3227setup (
3328 name = 'openlrw' ,
34- version = '1.0.2c2 ' ,
29+ version = '1.0.3c ' ,
3530 description = 'Client library for Apereo OpenLRW API' ,
36- long_description = readme () ,
31+ long_description = "Check the readme file on GitHub" ,
3732 keywords = 'apereo openlrw api client' ,
3833 url = 'https://github.com/Apereo-Learning-Analytics-Initiative/OpenLRW-python-api-client' ,
3934 author = 'Xavier Chopin' ,
@@ -50,6 +45,5 @@ def readme():
5045 'Programming Language :: Python :: 3.4' ,
5146 'Programming Language :: Python :: 3.5' ,
5247 'Programming Language :: Python :: 3.6' ,
53- ],
54- install_requires = ['requests' ]
48+ ], install_requires = ['requests' ]
5549)
You can’t perform that action at this time.
0 commit comments