Skip to content

Commit

Permalink
More cleanup of pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 26, 2024
1 parent 31fb6f6 commit 81c6f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = [
]
maintainers = [{ name = "Janosh Riebesell" }, { name = "Shyue Ping Ong" }]
readme = "README.md"
keywords = ["jit", "job", "just-in-time", "management", "vasp"]
keywords = ["jit", "job", "just-in-time", "management", "vasp", "nwchem", "qchem"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand All @@ -38,7 +38,7 @@ requires-python = ">=3.9"
dependencies = ["monty>=2.0.6", "psutil", "ruamel.yaml>=0.15.6"]

[project.optional-dependencies]
materials = ["pymatgen"] # Error handlers and jobs for materials simulations, e.g., VASP, Nwchem, qchem, etc.
matsci = ["pymatgen"] # Error handlers and jobs for materials simulations, e.g., VASP, Nwchem, qchem, etc.
gaussian = ["pymatgen", "matplotlib"]
dev = ["pymatgen", "pytest", "pytest-cov"]
lint = ["mypy", "pre-commit", "ruff"]
Expand All @@ -57,7 +57,7 @@ Repo = "https://github.com/materialsproject/custodian"
Package = "https://pypi.org/project/custodian"

[tool.setuptools.packages.find]
include = ["custodian*"]
include = ["custodian.*"]
exclude = ["*.tests", "*.tests.*"]

[tool.ruff]
Expand Down

0 comments on commit 81c6f83

Please sign in to comment.