Skip to content

Commit

Permalink
Merge pull request #68 from zenotech/setup-patch
Browse files Browse the repository at this point in the history
Set long description type
  • Loading branch information
jappa authored Nov 5, 2019
2 parents 008b8f8 + 2e9a4dd commit 3116813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
url='https://github.com/zenotech/MyCluster',
classifiers=classifiers,
description='Utilities to support interacting with multiple HPC clusters',
long_description_content_type="text/markdown",
long_description=open('README.md').read(),
install_requires=['ZODB', 'SysScribe', 'future', 'fabric3', 'zodbpickle', 'Jinja2'],
scripts=['scripts/mycluster'],
Expand Down

0 comments on commit 3116813

Please sign in to comment.