We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df505ca commit ed00da6Copy full SHA for ed00da6
setup.py
@@ -6,8 +6,6 @@
6
extra = {}
7
if sys.version_info >= (3,):
8
extra['use_2to3'] = True
9
- extra['convert_2to3_doctests'] = ['src/your/module/README.txt']
10
- extra['use_2to3_fixers'] = ['your.fixers']
11
12
# Utility function to read the README file.
13
# Used for the long_description. It's nice, because now 1) we have a top level
0 commit comments