Skip to content

Commit 026fcb1

Browse files
committed
Sorted Trove classifiers alphabetically
1 parent 7494384 commit 026fcb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

__pkginfo__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@
8383
classifiers = [
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
]

0 commit comments

Comments
 (0)