We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b0004 commit 7be3cdfCopy full SHA for 7be3cdf
1 file changed
setup.py
@@ -2,8 +2,6 @@
2
import sys
3
4
extra = {}
5
-if sys.version_info >= (3,):
6
- extra['use_2to3'] = True
7
8
setup(
9
name = 'microdata',
0 commit comments