From 5c139086cb9d54808e31ae92f8b27dbb552bbe3c Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Mon, 9 Sep 2019 06:29:15 -0300 Subject: [PATCH] Update setup.py for classifiers and maintainer --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0257637..fb95f90 100644 --- a/setup.py +++ b/setup.py @@ -36,19 +36,21 @@ setup( long_description=long_description, author='Kenneth Reitz', author_email='me@kennethreitz.com', - url='https://github.com/kennethreitz/crayons', + maintainer='Matthew Peveler', + maintainer_email='matt.peveler@gmail.com', + url='https://github.com/MasterOdin/crayons', py_modules=['crayons'], install_requires=required, license='MIT', classifiers=[ + 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy'