Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Mar 28, 2024
1 parent 2e42df7 commit 08ac69e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "easyunfold"
authors = [{name = "Bonan Zhu", email = "[email protected]"}, {name = "Seán Kavanagh", email = "[email protected]"}]
authors = [{name = "Bonan Zhu", email = "[email protected]"}, {name = "Seán Kavanagh", email = "[email protected]"}]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
Expand All @@ -14,9 +14,8 @@ classifiers = [
dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = ["scipy~=1.0", "numpy~=1.0", "matplotlib~=3.0", "ase~=3.14", "spglib~=2.0", "click", "monty", "tqdm~=4.0",
"tabulate~=0.8", "colormath~=3.0",
"castepxbin~=0.3.0", "castepinput~=0.1"]
dependencies = ["scipy~=1.0", "numpy~=1.0", "matplotlib~=3.0", "ase~=3.14", "spglib~=2.0", "click",
"monty", "tqdm~=4.0", "tabulate~=0.8", "colormath~=3.0", "castepxbin~=0.3.0", "castepinput~=0.1"]

[project.urls]
"Homepage" = "https://github.com/SMTG-Bham/easyunfold"
Expand Down

0 comments on commit 08ac69e

Please sign in to comment.