From 50da5eb9e333d8e56e200e0492803c56c95b287d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 19 Aug 2017 19:54:52 +0300 Subject: [PATCH] Fix(setup): Fix platforms --- project_template/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/setup.py b/project_template/setup.py index f43df31..6089728 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -23,8 +23,8 @@ setup(name='{project}', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/{project}', license='GPL', - platforms=['any'], keywords=[''], + platforms='Any', classifiers=[ 'Development Status :: 1 - Planning', 'Environment :: Console', -- 2.39.2