Skip to content

Commit 82183c1

Browse files
authored
packaging: make pyinfra compatible with uv
1 parent 77cc815 commit 82183c1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
[project]
2+
name = "pyinfra"
3+
# delegate handling of these to setup.py/setup.cfg
4+
dynamic = [
5+
"authors",
6+
"classifiers",
7+
"dependencies",
8+
"description",
9+
"entry-points",
10+
"license",
11+
"optional-dependencies",
12+
"readme",
13+
"requires-python",
14+
"scripts",
15+
"urls",
16+
"version",
17+
]
18+
119
[build-system]
220
requires = ["setuptools"]
321
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)