From: Oleg Broytman Date: Sat, 19 Aug 2017 16:54:52 +0000 (+0300) Subject: Fix(setup): Fix platforms X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=50da5eb9e333d8e56e200e0492803c56c95b287d Fix(setup): Fix platforms --- 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',