Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 23, 2024
1 parent cca7a56 commit c12abab
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[build-system]
requires = ["setuptools >= 61", "setuptools-scm>=8.0", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["setuptools >= 60", "setuptools-scm>=8.0", "wheel"]

[tool.setuptools.packages.find]
where = ["pymatgen"] # ["."] by default
exclude = ["test*"] # empty by default
namespaces = true # true by default


[project]
Expand Down Expand Up @@ -30,6 +35,9 @@ name = "pymatgen-analysis-defects"
readme = "README.md"
requires-python = '>=3.9'

[tool.setuptools_scm]


[project.optional-dependencies]
finder = ["dscribe>=2.0.0"]
dev = ["pre-commit>=2.12.1"]
Expand All @@ -47,7 +55,6 @@ strict = [

tests = ["pytest==7.4.4", "pytest-cov==4.1.0", "nbmake==1.4.6"]


[tool.setuptools.dynamic]
readme = { file = ["README.md"] }

Expand All @@ -56,10 +63,6 @@ documentation = "https://materialsproject.github.io/pymatgen-analysis-defects/"
homepage = "https://materialsproject.github.io/pymatgen-analysis-defects/"
repository = "https://github.com/materialsproject/pymatgen-analysis-defects"

[tool.setuptools.packages.find]
exclude = ["tests"]
where = ["./"]

[tool.mypy]
ignore_missing_imports = true
no_strict_optional = true
Expand Down

0 comments on commit c12abab

Please sign in to comment.