Skip to content

Commit 53562ab

Browse files
committed
Attempt to convert setup.py to pyproject.toml.
1 parent cc4dd4c commit 53562ab

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[build-system]
2+
requires = ["setuptools", "numpy"]
3+
4+
[project]
5+
name = "eqtools"
6+
version = "1.4.0"
7+
authors = [
8+
{ name="Mark Chilenski" },
9+
{ name="Ian Faust" },
10+
{ name="John Walk" }
11+
]
12+
description = "Python tools for magnetic equilibria in tokamak plasmas"
13+
readme = "README.md"
14+
dependencies = [
15+
"numpy",
16+
"scipy",
17+
"matplotlib"
18+
]
19+
20+
[project.urls]
21+
"Homepage" = "https://github.com/PSFCPlasmaTools/eqtools/"

0 commit comments

Comments
 (0)