Skip to content

Commit c762c5a

Browse files
committed
setup: add long_description
1 parent 96db423 commit c762c5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
author="Darius Stefan",
1111
author_email="darius.stefan@opensips.org",
1212
description="OpenSIPS Python Packages",
13+
long_description=open('README.md').read(),
14+
long_description_content_type='text/markdown',
1315
url="https://github.com/OpenSIPS/python-opensips",
1416
classifiers=[
1517
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)