Skip to content

Commit 0e020a7

Browse files
authored
Update setup.py
1 parent 58d2bc5 commit 0e020a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
url="https://github.com/matthewkuner/pymatgen-io-validation",
2525
license="BSD",
2626
description="A comprehensive I/O validator for electronic structure calculations",
27-
long_description=desc,
27+
long_description=open('README.md').read(),
28+
long_description_content_type='text/markdown',
2829
keywords=["pymatgen"],
2930
classifiers=[
3031
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)