Skip to content

Commit fdbf73c

Browse files
fix(pyproject): add project metadata
1 parent 55bd137 commit fdbf73c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
[project]
2+
name = "upcloud-api"
3+
license = "MIT"
4+
dynamic = [
5+
"dependencies",
6+
"description",
7+
"maintainers",
8+
"readme",
9+
"requires-python",
10+
"version"
11+
]
12+
13+
[tool.setuptools]
14+
license-files = []
15+
116
[tool.black]
217
line-length = 99
318
target-version = ['py39']

0 commit comments

Comments
 (0)