Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 23, 2024
1 parent 0900c75 commit cca7a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dynamic = ["version"]
keywords = ["high-throughput", "automated", "dft", "defects"]
license = { text = "modified BSD" }
name = "pymatgen-analysis-defects"
readme = "README.rst"
readme = "README.md"
requires-python = '>=3.9'

[project.optional-dependencies]
Expand All @@ -49,7 +49,7 @@ tests = ["pytest==7.4.4", "pytest-cov==4.1.0", "nbmake==1.4.6"]


[tool.setuptools.dynamic]
readme = { file = ["README.rst"] }
readme = { file = ["README.md"] }

[project.urls]
documentation = "https://materialsproject.github.io/pymatgen-analysis-defects/"
Expand Down

0 comments on commit cca7a56

Please sign in to comment.