Skip to content

Commit

Permalink
setup.py -> pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed May 19, 2024
1 parent adc3555 commit a316f42
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[project]

name = "wfl"
version = "0.2.6"
requires-python = ">=3.9"
dependencies = [ "click>=7.0", "numpy", "ase>=3.23", "pyyaml", "spglib",
"docstring_parser", "expyre-wfl", "universalSOAP" ]
readme = "README.md"
license = { file = "LICENSE" }

[project.scripts]
wfl = "wfl.cli.cli:cli"
gap_rss_iter_fit = "wfl.cli.gap_rss_iter_fit:cli"
dft_convergence_test = "wfl.cli.dft_convergence_test:cli"
reactions_iter_fit = "wfl.cli.reactions_iter_fit:cli"

[tool.setuptools.packages.find]
exclude = [ "test*" ]
18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

0 comments on commit a316f42

Please sign in to comment.