aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-10-04 11:01:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-10-04 11:01:49 -0400
commit694a9231f495a82cf62340f9b98eb4fd7272ecf3 (patch)
tree64b9ae456f9bec343e2331340b482c6bb7370912 /setup.py
parentd36c067b3247bf7dc3102051b088fe744ac74ae0 (diff)
downloadexternal_python_setuptools-694a9231f495a82cf62340f9b98eb4fd7272ecf3.tar.gz
external_python_setuptools-694a9231f495a82cf62340f9b98eb4fd7272ecf3.tar.bz2
external_python_setuptools-694a9231f495a82cf62340f9b98eb4fd7272ecf3.zip
Added options to exclude 2to3 fixers. Fixes #249
--HG-- branch : distribute extra : rebase_source : 2033bcdd4c2e78e0e03796f1f9cf6d6e9a59fc21
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 216cdd2a..28efcf97 100755
--- a/setup.py
+++ b/setup.py
@@ -172,7 +172,8 @@ dist = setup(
"test_loader = setuptools.dist:check_importable",
"use_2to3 = setuptools.dist:assert_bool",
"convert_2to3_doctests = setuptools.dist:assert_string_list",
- "use_2to3_fixers = setuptools.dist:assert_string_list",
+ "use_2to3_fixers = setuptools.dist:assert_string_list",
+ "use_2to3_exclude_fixers = setuptools.dist:assert_string_list",
],
"egg_info.writers": [