Skip to content

Commit 50e6054

Browse files
committed
Update setup.py with long description and author email
The commit updates the setup.py file to include a long description of the package from README.md and adds an author email.
1 parent 1e621c8 commit 50e6054

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
name='simpay-api',
77
version='3.0',
88
description='Python wrapper for Simpay API',
9-
author='Rafał Więcek <[email protected]>',
9+
long_description=open('README.md').read(),
10+
long_description_content_type="text/markdown",
11+
author='Rafał Więcek',
12+
author_email="[email protected]",
1013
url='https://github.com/SimPaypl/SimPay-API-Python',
1114
python_requires='>3.0',
1215
packages=find_packages(exclude=['tests*', 'examples*']),

0 commit comments

Comments
 (0)