We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d81d26 commit 4d30285Copy full SHA for 4d30285
pyproject.toml
@@ -0,0 +1,15 @@
1
+[build-system]
2
+requires = ["hatchling>=1.24"]
3
+build-backend = "hatchling.build"
4
+
5
+[project]
6
+name = "eigenp-utils" # project (distribution) name on install
7
+version = "0.0.1"
8
+description = "Utilities for EigenP"
9
+readme = "README.md"
10
+requires-python = ">=3.10"
11
+dependencies = []
12
13
+[tool.hatch.build.targets.wheel]
14
+# Tell hatch where your package code lives (src-layout)
15
+packages = ["src/eigenp_utils"]
0 commit comments