Skip to content

Commit cca7a56

Browse files
committed
update
1 parent 0900c75 commit cca7a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dynamic = ["version"]
2727
keywords = ["high-throughput", "automated", "dft", "defects"]
2828
license = { text = "modified BSD" }
2929
name = "pymatgen-analysis-defects"
30-
readme = "README.rst"
30+
readme = "README.md"
3131
requires-python = '>=3.9'
3232

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

5050

5151
[tool.setuptools.dynamic]
52-
readme = { file = ["README.rst"] }
52+
readme = { file = ["README.md"] }
5353

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

0 commit comments

Comments
 (0)