diff --git a/setup.cfg b/setup.cfg index b8f47c4..3c32c36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ project_urls = Bug Tracker = https://github.com/DynamicGenetics/Spotify-Rehydrator/issues classifiers = Programming Language :: Python :: 3 - License :: GPLv3 + License :: GNU General Public License v3 (GPLv3) Operating System :: OS Independent [options] diff --git a/setup.py b/setup.py index d38d532..25646d6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ }, classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: GPLv3 License", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", ], package_dir={"": "src"},