From e385bf47380a6a78af49e656eae73e3da04c4fcd Mon Sep 17 00:00:00 2001 From: Nina Di Cara Date: Sun, 28 Mar 2021 12:49:34 +0100 Subject: [PATCH] Update license information --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"},