From 7edd5ac485e6c9bef4debbb831ab9edda520f44b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 19 Aug 2017 19:45:52 +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 cc2ee0e..5b84e9f 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ setup(name = "m_lib.defenc", 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', @@ -29,7 +28,7 @@ setup(name = "m_lib.defenc", 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ], - platforms = "All", + platforms = "Any", packages = ["m_lib"], namespace_packages = ["m_lib"], ) -- 2.39.2