Skip to content

Commit b03c3ee

Browse files
committed
pyproject
1 parent 3a6dc23 commit b03c3ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
[build-system]
22
requires = ["setuptools>=64.0"]
33
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name="fasttransform"
7+
requires-python=">=3.9"
8+
dynamic = [ "keywords", "description", "version", "dependencies", "optional-dependencies", "readme", "license", "authors", "classifiers", "entry-points", "scripts", "urls"]
9+
10+
[tool.uv]
11+
cache-keys = [{ file = "pyproject.toml" }, { file = "settings.ini" }, { file = "setup.py" }]

0 commit comments

Comments
 (0)