Skip to content

Commit e1129ce

Browse files
fix(pyproject): add dynamic project metadata
1 parent e4b2ba6 commit e1129ce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
[project]
22
name = "upcloud-api"
3-
version = "2.7.0"
43
license = "MIT"
54
license-files = [
65
"LICENSE.txt",
76
]
7+
dynamic = [
8+
"dependencies",
9+
"description",
10+
"maintainers",
11+
"metadata-version",
12+
"readme",
13+
"requires-python",
14+
"version"
15+
]
816

917
[tool.black]
1018
line-length = 99

0 commit comments

Comments
 (0)