Skip to content

Commit

Permalink
remove unused dep use_2to3
Browse files Browse the repository at this point in the history
  • Loading branch information
broullepadtec committed May 4, 2023
1 parent 49ffd23 commit 8711360
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ def read(fname):
'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Libraries',
'Topic :: Text Processing :: General'],
keywords=['parse', 'parser', 'erlang', 'peg', 'grammar', 'language'],
# setuptools~57.5.0 (use_2to3 was removed in 58.0.0)
use_2to3=version_info >= (3,)
keywords=['parse', 'parser', 'erlang', 'peg', 'grammar', 'language']
)

0 comments on commit 8711360

Please sign in to comment.