Skip to content

Commit

Permalink
Minor reorganization of pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 20, 2024
1 parent 61a65e5 commit 15926b0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ optional = [
]
numba = ["numba>=0.55"]

[project.scripts]
pmg = "pymatgen.cli.pmg:main"
feff_plot_cross_section = "pymatgen.cli.feff_plot_cross_section:main"
feff_plot_dos = "pymatgen.cli.feff_plot_dos:main"
get_environment = "pymatgen.cli.get_environment:main"

[tool.setuptools.packages.find]
where = ["."]
include = ["pymatgen.*"]
Expand Down Expand Up @@ -164,11 +170,6 @@ test = [
"pytest-cov>=5.0.0",
"pytest-split>=0.9.0",
]
[project.scripts]
pmg = "pymatgen.cli.pmg:main"
feff_plot_cross_section = "pymatgen.cli.feff_plot_cross_section:main"
feff_plot_dos = "pymatgen.cli.feff_plot_dos:main"
get_environment = "pymatgen.cli.get_environment:main"

[tool.versioningit.vcs]
method = "git"
Expand Down

0 comments on commit 15926b0

Please sign in to comment.