Skip to content

Commit 8bc6e88

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

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
[project]
2+
name = "upcloud-api"
3+
dynamic = [
4+
"authors",
5+
"classifiers",
6+
"dependencies",
7+
"description",
8+
"entry-points",
9+
"gui-scripts",
10+
"keywords",
11+
"license",
12+
"license-files",
13+
"maintainers",
14+
"optional-dependencies",
15+
"readme",
16+
"requires-python",
17+
"scripts",
18+
"urls",
19+
"version"
20+
]
21+
22+
[tool.setuptools]
23+
license-files = []
24+
125
[tool.black]
226
line-length = 99
327
target-version = ['py39']

0 commit comments

Comments
 (0)