Skip to content

Commit 01cfd21

Browse files
author
Benjamin Moody
committed
pyproject.toml: add SPDX license syntax.
1 parent 3f52351 commit 01cfd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ authors = [
99
classifiers = [
1010
"Development Status :: 4 - Beta",
1111
"Intended Audience :: Developers",
12-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1312
"Programming Language :: Python :: 3",
1413
"Topic :: Multimedia :: Sound/Audio :: Conversion",
1514
]
15+
license = "GPL-3.0-or-later"
1616
requires-python = ">=3.5"
1717

1818
[build-system]

0 commit comments

Comments
 (0)