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 58d2bc5 commit 0e020a7Copy full SHA for 0e020a7
setup.py
@@ -24,7 +24,8 @@
24
url="https://github.com/matthewkuner/pymatgen-io-validation",
25
license="BSD",
26
description="A comprehensive I/O validator for electronic structure calculations",
27
- long_description=desc,
+ long_description=open('README.md').read(),
28
+ long_description_content_type='text/markdown',
29
keywords=["pymatgen"],
30
classifiers=[
31
"Programming Language :: Python :: 3",
0 commit comments