Skip to content

Commit

Permalink
added long_description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
klamar committed Apr 20, 2023
1 parent 2ba9d87 commit 37398f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
setup(name='python-mid',
version='1.0.0',
description='MID module',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Martin Klapproth',
url='https://github.com/klamar/python-mid',
maintainer_email="martin.klapproth@makrotan.com",
Expand Down

0 comments on commit 37398f1

Please sign in to comment.