Update setup.py for classifiers and maintainer

This commit is contained in:
Matthew Peveler
2019-09-09 06:29:15 -03:00
parent d90cbc158c
commit 5c139086cb
+5 -3
View File
@@ -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'