Skip to content

Commit de7138d

Browse files
committed
fix: use valid license identifier (SPDX)
1 parent bcbdd7d commit de7138d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
"Changelog": "https://github.com/hetznercloud/hcloud-python/blob/main/CHANGELOG.md",
2222
"Source Code": "https://github.com/hetznercloud/hcloud-python",
2323
},
24-
license="MIT license",
24+
license="MIT",
2525
classifiers=[
2626
"Development Status :: 5 - Production/Stable",
2727
"Intended Audience :: Developers",
28-
"License :: OSI Approved :: MIT License",
2928
"Natural Language :: English",
3029
"Programming Language :: Python :: 3",
3130
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)