From de7138dadb40bf0d8e120b1504fee5aee1c96fcf Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 9 Jul 2025 11:30:03 +0200 Subject: [PATCH] fix: use valid license identifier (SPDX) --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d613a17e..ebedfa57 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,10 @@ "Changelog": "https://github.com/hetznercloud/hcloud-python/blob/main/CHANGELOG.md", "Source Code": "https://github.com/hetznercloud/hcloud-python", }, - license="MIT license", + license="MIT", classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9",