Skip to content

Commit 1a080c7

Browse files
committed
Modernise license specifier
1 parent ce8b90d commit 1a080c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
python_requires=">=3.10",
2929
ext_modules=cythonize(EXTENSIONS),
3030
zip_safe=False,
31+
license="GPL-3.0-only",
3132
classifiers=[
3233
"Programming Language :: Python :: 3",
3334
"Programming Language :: Cython",
34-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3535
"Operating System :: POSIX :: Linux",
3636
"Development Status :: 5 - Production/Stable",
3737
"Natural Language :: English",

0 commit comments

Comments
 (0)