diff options
author | Bastian Venthur <venthur@debian.org> | 2019-05-18 12:37:58 +0200 |
---|---|---|
committer | Bastian Venthur <venthur@debian.org> | 2019-05-18 12:37:58 +0200 |
commit | e21b663802f7ca97c1cd4c2866338c0129e9a502 (patch) | |
tree | 31132264f59569e413a003c82c36567ea8481fc8 /docs | |
parent | 0b323b5e158bfd284cdd6c99b130cfc05eb05187 (diff) | |
download | external_python_setuptools-e21b663802f7ca97c1cd4c2866338c0129e9a502.tar.gz external_python_setuptools-e21b663802f7ca97c1cd4c2866338c0129e9a502.tar.bz2 external_python_setuptools-e21b663802f7ca97c1cd4c2866338c0129e9a502.zip |
added use_2to3_exclude_fixers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/keywords.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/keywords.txt b/docs/keywords.txt index 4d7efd38..7881e285 100644 --- a/docs/keywords.txt +++ b/docs/keywords.txt @@ -291,6 +291,9 @@ associated ``setuptools`` feature. A list of modules to search for additional fixers to be used during the 2to3 conversion. See :doc:`python3` for more details. +``use_2to3_exclude_fixers`` + List of fixer names to be skipped. + ``project_urls`` An arbitrary map of URL names to hyperlinks, allowing more extensible documentation of where various resources can be found than the simple |