]> git.phdru.name Git - m_librarian.git/commitdiff
Build(setup.py): Improve classifiers
authorOleg Broytman <phd@phdru.name>
Fri, 26 Jul 2024 01:34:09 +0000 (04:34 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 26 Jul 2024 01:34:09 +0000 (04:34 +0300)
[skip ci]

setup.py

index 867039761f1d0ae2eaf3b655c4735572e461bf3c..c5bc7f9b277bdef5071662cfe8c2814b6d716234 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -41,8 +41,10 @@ setup(
     keywords=['books', 'library', 'Flibusta', 'LibRusEc', 'lib.rus.ec'],
     platforms="Any",
     classifiers=[
-        'Development Status :: 2 - Pre-Alpha',
+        'Development Status :: 4 - Beta',
         'Environment :: Console',
+        'Environment :: Web Environment',
+        'Environment :: X11 Applications',
         'Intended Audience :: End Users/Desktop',
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Natural Language :: English',