Skip to content

Commit 4d30285

Browse files
authored
Create pyproject.toml
1 parent 1d81d26 commit 4d30285

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)