Skip to content

Commit 8ee4242

Browse files
committed
Fix setup classifiers
1 parent d085bab commit 8ee4242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def readme():
2929
"Programming Language :: Python :: 3",
3030
"Development Status :: 5 - Production/Stable",
3131
"Intended Audience :: Developers",
32-
"License :: OSI Approved :: LGPL-3.0 License",
32+
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
3333
],
3434
)

0 commit comments

Comments
 (0)