]> git.phdru.name Git - m_librarian.git/commitdiff
Fix trove classifiers: set platform to POSIX only
authorOleg Broytman <phd@phdru.name>
Sun, 15 May 2016 16:38:41 +0000 (19:38 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 15 May 2016 16:38:41 +0000 (19:38 +0300)
The programs currently work only on Unix. Also add natural languages.

setup.py

index 290f2e574a3a19d846fe8801d13efc58fbe88426..a9462507c6eda7a70cca5cafa8db5a17b33f99ae 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -31,15 +31,16 @@ setup(name='m_librarian',
       author_email='phd@phdru.name',
       url='http://phdru.name/Software/Python/m_librarian/',
       license='GPL',
-      platforms=['any'],
+      platforms=['POSIX'],
       keywords=['books', 'library', 'Flibusta', 'LibRusEc', 'lib.rus.ec'],
       classifiers=[
           'Development Status :: 2 - Pre-Alpha',
           'Environment :: Console',
-          'Environment :: Web Environment',
           'Intended Audience :: End Users/Desktop',
           'License :: OSI Approved :: GNU General Public License (GPL)',
-          'Operating System :: OS Independent',
+          'Natural Language :: English',
+          'Natural Language :: Russian',
+          'Operating System :: POSIX',
           'Programming Language :: Python :: 2',
           'Programming Language :: Python :: 2.7',
           'Programming Language :: Python :: 2 :: Only',