Skip to content

Commit ccbbdab

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)