We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ff039 commit 1794054Copy full SHA for 1794054
pymare/info.py
@@ -19,6 +19,7 @@
19
readme_file = op.join(op.dirname(__file__), 'README.md')
20
with open(readme_file, encoding='utf-8') as f:
21
longdesc = f.read()
22
+print(longdesc)
23
24
AUTHOR = 'PyMARE developers'
25
COPYRIGHT = 'Copyright 2019--now, PyMARE developers'
setup.py
@@ -42,6 +42,7 @@ def main():
42
version=vars['VERSION'],
43
description=vars['DESCRIPTION'],
44
long_description=vars['LONGDESC'],
45
+ long_description_content_type=vars['LONGDESCCONTTYPE'],
46
author=vars['AUTHOR'],
47
author_email=vars['EMAIL'],
48
maintainer=vars['MAINTAINER'],
0 commit comments