]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/setup.py
Fix(setup): Fix platforms
[cookiecutter.git] / project_template / setup.py
index f43df31f34be95223ae746c8186a10a6db820ff1..608972879ee9d087ad1c55e4c82c414c8adeb88b 100755 (executable)
@@ -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',