From 413c257c07051e4be5588021514dcf42ec0c56ed Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 19 Aug 2017 19:45:47 +0300 Subject: [PATCH] Fix(setup): Fix keywords and platforms --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 698ded1..2b6b4c0 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ setup(name = "m_lib", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#m_lib", license = "GPL", - keywords=[''], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', @@ -39,7 +38,7 @@ setup(name = "m_lib", 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ], - platforms = "All", + platforms = "Any", packages = ["m_lib", "m_lib.clock", "m_lib.flad", "m_lib.hash", "m_lib.lazy", "m_lib.net", "m_lib.net.ftp", "m_lib.net.www", -- 2.39.2