Skip to content

Commit

Permalink
Add long description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Franz Ludwig Kostelezky committed Mar 13, 2024
1 parent 6e203a0 commit 253bc57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python_licensing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
author_email='[email protected]',
description='License your python script and provide licenses via a licensing server.',
url='https://github.com/flemk/python-licensing',
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
)

0 comments on commit 253bc57

Please sign in to comment.