File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8383classifiers = [
8484 'Development Status :: 4 - Beta' ,
8585 'Intended Audience :: Developers' ,
86+ 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' ,
8687 'Operating System :: OS Independent' ,
8788 'Programming Language :: Python' ,
8889 'Programming Language :: Python :: 3 :: Only' ,
89- 'Topic :: Software Development :: Libraries :: Python Modules' ,
9090 'Programming Language :: Python :: 3.6' ,
91- 'Programming Language :: Python :: Implementation :: CPython' ,
9291 'Programming Language :: Python :: 3.7' ,
9392 'Programming Language :: Python :: 3.8' ,
94- 'Programming Language :: Python :: Implementation :: PyPy' ,
9593 'Programming Language :: Python :: 3.9' ,
96- 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' ,
94+ 'Programming Language :: Python :: Implementation :: CPython' ,
95+ 'Programming Language :: Python :: Implementation :: PyPy' ,
96+ 'Topic :: Software Development :: Libraries :: Python Modules' ,
9797 'Typing :: Typed' ,
9898
9999 ]
You can’t perform that action at this time.
0 commit comments