Commit 38896a09 authored by Jason R. Coombs's avatar Jason R. Coombs

Updated documentation to reflect implementation

--HG--
branch : distribute
extra : rebase_source : e261625bedbacd836d2b8343f1ff0ff604bb8cfb
parent e46e9743
...@@ -81,8 +81,10 @@ Advanced features ...@@ -81,8 +81,10 @@ Advanced features
================= =================
If certain fixers are to be suppressed, this again can be overridden with the If certain fixers are to be suppressed, this again can be overridden with the
list ``setuptools.commands.build_py.build_py.fixers``, which then contains the list ``setuptools.command.build_py.build_py.fixer_names``, which at some
list of all fixer class names. point contains the list of all fixer class names. For an example of how this
can be done, see the `jaraco.util <https://bitbucket.org/jaraco/jaraco.util>`_
project.
If you don't want to run the 2to3 conversion on the doctests in Python files, If you don't want to run the 2to3 conversion on the doctests in Python files,
you can turn that off by setting ``setuptools.use_2to3_on_doctests = False``. you can turn that off by setting ``setuptools.use_2to3_on_doctests = False``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment