Skip to content

Commit 30eed06

Browse files
fix(setuptools): use LICENSE.txt
1 parent 488ff66 commit 30eed06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ maintainer_email = hello@upcloud.com
99
url = https://github.com/UpCloudLtd/upcloud-python-api
1010
packages=['upcloud_api', 'upcloud_api.cloud_manager']
1111
license = MIT
12-
license_files = []
12+
license_files =
13+
LICENSE.txt
1314

1415
[options]
1516
python_requires = >=3.9, <4

0 commit comments

Comments
 (0)