Remove the Python 2.x case

This commit is contained in:
Jean-Paul Calderone 2022-11-30 13:20:31 -05:00
parent 3a26c6a36b
commit 63b7e559f1
1 changed files with 1 additions and 2 deletions

View File

@ -209,8 +209,7 @@ i2p =
# could use a fork for Python 3 until txi2p's maintainers are back
# in action. For Python 2, we could continue using the txi2p
# version about which no one has complained to us so far.
txi2p; python_version < '3.0'
txi2p-tahoe >= 0.3.5; python_version > '3.0'
txi2p-tahoe >= 0.3.5
[options.entry_points]
console_scripts =