From 1faff50177934036388ec87ac238ebcc61a7a374 Mon Sep 17 00:00:00 2001 From: Victor Neves Date: Wed, 2 Oct 2019 13:51:21 -0300 Subject: [PATCH] setup.py fixed for pip Finally, first release: https://pypi.org/project/snake-on-pygame/1.0/ --- setup.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/setup.py b/setup.py index f4bcb10..4d5583d 100644 --- a/setup.py +++ b/setup.py @@ -96,18 +96,8 @@ # 5 - Production/Stable 'Development Status :: 5 - Production/Stable', - # Indicate who your project is intended for - 'Intended Audience :: Everyone', - 'Topic :: Pygame / Python games :: Snake', - # Pick your license as you wish 'License :: OSI Approved :: MIT License', - - # Specify the Python versions you support here. In particular, ensure - # that you indicate whether you support Python 2, Python 3 or both. - # These classifiers are *not* checked by 'pip install'. See instead - # 'python_requires' below. - 'Programming Language :: Python :: >=2.7', ], # This field adds keywords for your project which will appear on the