Skip to content

Commit ed00da6

Browse files
committed
Remove dead arguments
1 parent df505ca commit ed00da6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
extra = {}
77
if sys.version_info >= (3,):
88
extra['use_2to3'] = True
9-
extra['convert_2to3_doctests'] = ['src/your/module/README.txt']
10-
extra['use_2to3_fixers'] = ['your.fixers']
119

1210
# Utility function to read the README file.
1311
# Used for the long_description. It's nice, because now 1) we have a top level

0 commit comments

Comments
 (0)