Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: setup.py

Issue 29341320: Noissue - Added flake8-abp and pep8-naming extension and fix reported warnings (Closed)
Patch Set: Revert changes of patch set 2 Created May 27, 2016, 12:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « abp/filters/sources.py ('k') | tests/test_render_script.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: setup.py
===================================================================
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
DEV_DEPENDENCIES = ['pytest', 'mock', 'tox']
-class devenv(Command):
+class DevEnvCommand(Command):
"""Set up development virtualenv."""
description = 'set up development virtualenv'
@@ -50,7 +50,7 @@
author_email='info@adblockplus.org',
url='https://hg.adblockplus.org/python-abp/',
packages=['abp', 'abp.filters'],
- cmdclass={'devenv': devenv},
+ cmdclass={'devenv': DevEnvCommand},
entry_points={
'console_scripts': ['flrender=abp.filters.render_script:main']
},
« no previous file with comments | « abp/filters/sources.py ('k') | tests/test_render_script.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld