Skip to content

Commit 1059439

Browse files
committed
chore: new release
1 parent a7f4f72 commit 1059439

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

setup.py

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,19 @@
1616
__author__ = "Xavier Chopin"
1717
__copyright__ = "Copyright 2019"
1818
__license__ = "ECL-2.0"
19-
__version__ = "1.0.2"
19+
__version__ = "1.0.3b"
2020
__email__ = "[email protected]"
2121
__status__ = "Production"
2222

2323
import setuptools
2424
from distutils.core import setup
2525

2626

27-
def readme():
28-
with open('README.md') as f:
29-
return f.read()
30-
31-
3227
setup(
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
)

0 commit comments

Comments
 (0)