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

Unified Diff: flake8-eyeo/setup.py

Issue 29375591: Issue 4882 - Renamed flake8-abp to flake8-eyeo (Closed)
Patch Set: Adapted patchconv/tox.ini Created Feb. 13, 2017, 1:11 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 | « flake8-eyeo/flake8_eyeo.py ('k') | flake8-eyeo/tests/A101.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/setup.py
===================================================================
rename from flake8-abp/setup.py
rename to flake8-eyeo/setup.py
--- a/flake8-abp/setup.py
+++ b/flake8-eyeo/setup.py
@@ -12,6 +12,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
+
from __future__ import print_function
import os
@@ -115,15 +116,15 @@
setup(
- name='flake8-abp',
+ name='flake8-eyeo',
version='0.1',
- py_modules=['flake8_abp'],
+ py_modules=['flake8_eyeo'],
entry_points={
'flake8.extension': [
- 'abp.A = flake8_abp:ASTChecker',
- 'abp.A1 = flake8_abp:check_quotes',
- 'abp.A111 = flake8_abp:check_redundant_parenthesis',
- 'abp.A303 = flake8_abp:check_non_default_encoding',
+ 'eyeo.A = flake8_eyeo:ASTChecker',
+ 'eyeo.A1 = flake8_eyeo:check_quotes',
+ 'eyeo.A111 = flake8_eyeo:check_redundant_parenthesis',
+ 'eyeo.A303 = flake8_eyeo:check_non_default_encoding',
],
},
cmdclass={'test': TestCommand}
« no previous file with comments | « flake8-eyeo/flake8_eyeo.py ('k') | flake8-eyeo/tests/A101.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld