Skip to content

Commit 7be3cdf

Browse files
authored
Remove 'use_2to3'
as it will become deprecated with Python 3.10 and it also does not seem necessary anymore.
1 parent 03b0004 commit 7be3cdf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import sys
33

44
extra = {}
5-
if sys.version_info >= (3,):
6-
extra['use_2to3'] = True
75

86
setup(
97
name = 'microdata',

0 commit comments

Comments
 (0)