Skip to content

Commit

Permalink
switched from setup.py to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
2AUK committed Aug 27, 2023
1 parent f0e1c06 commit 0af2e24
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "pyRISM"
version = "0.2.0"
dependencies = [
"toml",
"numpy",
"scipy",
"pandas",
"numba",
"matplotlib",
"click",
]

[tool.setuptools.packages]
find = {}

[project.scripts]
pyrism = "pyrism.__main__:cli"
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

10 changes: 0 additions & 10 deletions setup.py

This file was deleted.

0 comments on commit 0af2e24

Please sign in to comment.