Skip to content

Commit 253bc57

Browse files
author
Franz Ludwig Kostelezky
committed
Add long description to setup.py
1 parent 6e203a0 commit 253bc57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python_licensing/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@
2222
author_email='info@kostelezky.com',
2323
description='License your python script and provide licenses via a licensing server.',
2424
url='https://github.com/flemk/python-licensing',
25+
long_description=open('README.md', encoding='utf-8').read(),
26+
long_description_content_type='text/markdown',
2527
)

0 commit comments

Comments
 (0)