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'