diff --git a/pyproject.toml b/pyproject.toml index 9f23e468..84630ffa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ authors = [ description = "A CD-DA ripper prioritising accuracy over speed" requires-python = ">=3.6" readme = "README.md" -license = {file = "LICENSE"} +license = "GPL-3.0-only" +license-files = ["LICENSE"] classifiers = [ "Environment :: Console", "Intended Audience :: End Users/Desktop", "Topic :: Multimedia :: Sound/Audio", "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU General Public License v3", ] dependencies = [ "musicbrainzngs",