We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f1b49 commit 08678c5Copy full SHA for 08678c5
setup.py
@@ -36,8 +36,9 @@
36
version=version,
37
author=author,
38
author_email=author_email,
39
- description="",
+ description="Library of utils to create REST Python Microservices",
40
long_description=long_description,
41
+ long_description_content_type='text/markdown'
42
classifiers=[
43
'Development Status :: 3 - Alpha',
44
'Framework :: Flask',
@@ -49,7 +50,7 @@
49
50
license="License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
51
platforms=["any"],
52
keywords="",
- url='',
53
+ url='https://github.com/python-microservices/pyms/',
54
test_suite='nose.collector',
55
packages=find_packages(),
56
install_requires=install_requires,
0 commit comments