]> git.phdru.name Git - m_librarian.git/commitdiff
Fix(setup): Fix keywords and platforms
authorOleg Broytman <phd@phdru.name>
Sat, 19 Aug 2017 16:45:57 +0000 (19:45 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 19 Aug 2017 16:45:57 +0000 (19:45 +0300)
setup.py

index dc076b26c5e10cb1952d0e60cc8bc50370fe1c7b..ed2aeac9e186ffd1f7c2fbb299e6c84700a19b07 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -21,8 +21,8 @@ setup(name='m_librarian',
       author_email='phd@phdru.name',
       url='http://phdru.name/Software/Python/m_librarian/',
       license='GPL',
-      platforms=['POSIX'],
       keywords=['books', 'library', 'Flibusta', 'LibRusEc', 'lib.rus.ec'],
+      platforms="Any",
       classifiers=[
           'Development Status :: 2 - Pre-Alpha',
           'Environment :: Console',