Remove the Python 2.x case
This commit is contained in:
parent
3a26c6a36b
commit
63b7e559f1
|
@ -209,8 +209,7 @@ i2p =
|
||||||
# could use a fork for Python 3 until txi2p's maintainers are back
|
# could use a fork for Python 3 until txi2p's maintainers are back
|
||||||
# in action. For Python 2, we could continue using the txi2p
|
# in action. For Python 2, we could continue using the txi2p
|
||||||
# version about which no one has complained to us so far.
|
# version about which no one has complained to us so far.
|
||||||
txi2p; python_version < '3.0'
|
txi2p-tahoe >= 0.3.5
|
||||||
txi2p-tahoe >= 0.3.5; python_version > '3.0'
|
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
|
Loading…
Reference in New Issue