X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=a9462507c6eda7a70cca5cafa8db5a17b33f99ae;hb=11790ed879e9546ce1044972036196213008a575;hp=290f2e574a3a19d846fe8801d13efc58fbe88426;hpb=1570ebec29f59340a47f3c7547d5181282d947ec;p=m_librarian.git diff --git a/setup.py b/setup.py index 290f2e5..a946250 100755 --- 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',