Skip to content

Commit

Permalink
setup.py set long_description_content_type="text/markdown"
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jan 25, 2023
1 parent f410e1f commit 33bf112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This version was skipped due to an upload issue

* Progressbar for featurizers (A. Dunn)
* Add BOOP features (L. Ward)
* Add Seko features, including more lookuip tables for MagpieData and elemental property site features + covariance, skew, kurtosis (L. Ward)
* Add Seko features, including more lookup tables for MagpieData and elemental property site features + covariance, skew, kurtosis (L. Ward)
* New scheme for GRDF/AFS bin functions (L. Ward)
* misc fixes (A. Dunn., L. Ward)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def local_version(version):
description="matminer is a library that contains tools for data mining in Materials Science",
long_description=open(os.path.join(module_dir, "README.md")).read(),
url="https://github.com/hackingmaterials/matminer",
long_description_content_type="text/markdown",
author="Anubhav Jain",
author_email="anubhavster@gmail.com",
license="modified BSD",
Expand Down

0 comments on commit 33bf112

Please sign in to comment.