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 83
83
classifiers = [
84
84
'Development Status :: 4 - Beta' ,
85
85
'Intended Audience :: Developers' ,
86
+ 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)' ,
86
87
'Operating System :: OS Independent' ,
87
88
'Programming Language :: Python' ,
88
89
'Programming Language :: Python :: 3 :: Only' ,
89
- 'Topic :: Software Development :: Libraries :: Python Modules' ,
90
90
'Programming Language :: Python :: 3.6' ,
91
- 'Programming Language :: Python :: Implementation :: CPython' ,
92
91
'Programming Language :: Python :: 3.7' ,
93
92
'Programming Language :: Python :: 3.8' ,
94
- 'Programming Language :: Python :: Implementation :: PyPy' ,
95
93
'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' ,
97
97
'Typing :: Typed' ,
98
98
99
99
]
You can’t perform that action at this time.
0 commit comments