Skip to content
Snippets Groups Projects
Commit d9f934c4 authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Fix up setup.py for a release

parent 98036c69
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,9 +27,9 @@ setup(
keywords='flake8 mccabe',
author='Tarek Ziade',
author_email='tarek@ziade.org',
maintainer='Florent Xicluna',
maintainer_email='florent.xicluna@gmail.com',
url='https://github.com/flintwork/mccabe',
maintainer='Ian Cordasco',
maintainer_email='graffatcolmingov@gmail.com',
url='https://github.com/pycqa/mccabe',
license='Expat license',
py_modules=['mccabe'],
zip_safe=False,
Loading
Loading
@@ -41,7 +41,7 @@ setup(
],
},
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment