File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 ]
226line-length = 99
327target-version = [' py39' ]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ maintainer_email = hello@upcloud.com
99url = https://github.com/UpCloudLtd/upcloud-python-api
1010packages =[' upcloud_api' , ' upcloud_api.cloud_manager' ]
1111license = MIT
12+ license_files = []
1213
1314[options]
1415python_requires = >=3.9, <4
You can’t perform that action at this time.
0 commit comments