Skip to content

Commit

Permalink
Fix bad toml file. Fixes #395.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 25, 2024
1 parent 9ab5f04 commit 4277697
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 @@ -56,7 +56,7 @@ dependencies = [
"ase",
"seaborn"
]
version = "2024.6.25"
version = "2024.6.25.1"

[project.urls]
Homepage = "http://materialsvirtuallab.github.io/pymatgen-analysis-diffusion/"
Expand All @@ -80,7 +80,7 @@ docs = [

[tool.setuptools.packages.find]
where = ["."]
include = ["pymatgen.analysis.diffusion.*"]
include = ["pymatgen.*"]


[tool.ruff]
Expand Down

0 comments on commit 4277697

Please sign in to comment.