We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e621c8 commit 50e6054Copy full SHA for 50e6054
setup.py
@@ -6,7 +6,10 @@
6
name='simpay-api',
7
version='3.0',
8
description='Python wrapper for Simpay API',
9
- author='Rafał Więcek <kontakt@simpay.pl>',
+ long_description=open('README.md').read(),
10
+ long_description_content_type="text/markdown",
11
+ author='Rafał Więcek',
12
+ author_email="kontakt@simpay.pl",
13
url='https://github.com/SimPaypl/SimPay-API-Python',
14
python_requires='>3.0',
15
packages=find_packages(exclude=['tests*', 'examples*']),
0 commit comments