Skip to content

Commit 08678c5

Browse files
authored
Update setup.py
1 parent 87f1b49 commit 08678c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
version=version,
3737
author=author,
3838
author_email=author_email,
39-
description="",
39+
description="Library of utils to create REST Python Microservices",
4040
long_description=long_description,
41+
long_description_content_type='text/markdown'
4142
classifiers=[
4243
'Development Status :: 3 - Alpha',
4344
'Framework :: Flask',
@@ -49,7 +50,7 @@
4950
license="License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
5051
platforms=["any"],
5152
keywords="",
52-
url='',
53+
url='https://github.com/python-microservices/pyms/',
5354
test_suite='nose.collector',
5455
packages=find_packages(),
5556
install_requires=install_requires,

0 commit comments

Comments
 (0)