mirror of
https://github.com/kennethreitz/crayons.git
synced 2026-06-05 23:10:18 +00:00
Update setup.py for classifiers and maintainer
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user