Skip to content

Commit 7a1c48f

Browse files
fix(pyproject): licence dynamic
1 parent dfdd063 commit 7a1c48f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[project]
22
name = "upcloud-api"
3-
license = "MIT"
4-
license-files = [
5-
"LICENSE.txt",
6-
]
73
dynamic = [
84
"dependencies",
95
"description",
6+
"license",
7+
"license-files",
108
"maintainers",
119
"readme",
1210
"requires-python",

0 commit comments

Comments
 (0)