Skip to content

Commit 99c2671

Browse files
committed
pyproject
1 parent 89588f8 commit 99c2671

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="msglm"
7+
requires-python=">=3.7"
8+
dynamic = ["description", "version","dependencies", "optional-dependencies", "readme", "requires-python", "license", "authors", "keywords", "classifiers", "entry-points", "urls"]
9+
10+
[tool.uv]
11+
cache-keys = [{ file = "pyproject.toml" }, { file = "settings.ini" }, { file = "setup.py" }]

0 commit comments

Comments
 (0)