aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/__init__.py
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2009-09-22 17:25:53 +0200
committerLennart Regebro <regebro@gmail.com>2009-09-22 17:25:53 +0200
commit7596dc0cf93965df85e36dcbca683270f5e9ded2 (patch)
tree243c8b0f84fff8d7076286cc47e472050b903660 /setuptools/__init__.py
parentbec82b20d18cb0e81d305015307584abaa2b69bf (diff)
downloadexternal_python_setuptools-7596dc0cf93965df85e36dcbca683270f5e9ded2.tar.gz
external_python_setuptools-7596dc0cf93965df85e36dcbca683270f5e9ded2.tar.bz2
external_python_setuptools-7596dc0cf93965df85e36dcbca683270f5e9ded2.zip
Name changes of the parameters.
--HG-- branch : distribute extra : rebase_source : fc921b526cda13b02a4bb0215f91ee04d03dca57
Diffstat (limited to 'setuptools/__init__.py')
-rw-r--r--setuptools/__init__.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/setuptools/__init__.py b/setuptools/__init__.py
index ac5e6e5e..d03d0bf0 100644
--- a/setuptools/__init__.py
+++ b/setuptools/__init__.py
@@ -24,14 +24,10 @@ _distribute = True
bootstrap_install_from = None
-# Should we run 2to3 on all Python files, in Python 3.x?
-# Default: no; assume that a distribution installed for 3.x is already
-# written in 3.x
-run_2to3 = False # Default value if run_2to3 argument not given.
# If we run 2to3 on .py files, should we also convert docstrings?
# Default: yes; assume that we can detect doctests reliably
run_2to3_on_doctests = True
-# Package names for fixer packages
+# Standard package names for fixer packages
lib2to3_fixer_packages = ['lib2to3.fixes']
def find_packages(where='.', exclude=()):