We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8b90d commit 1a080c7Copy full SHA for 1a080c7
1 file changed
setup.py
@@ -28,10 +28,10 @@
28
python_requires=">=3.10",
29
ext_modules=cythonize(EXTENSIONS),
30
zip_safe=False,
31
+ license="GPL-3.0-only",
32
classifiers=[
33
"Programming Language :: Python :: 3",
34
"Programming Language :: Cython",
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
35
"Operating System :: POSIX :: Linux",
36
"Development Status :: 5 - Production/Stable",
37
"Natural Language :: English",
0 commit comments