Open svisser opened 9 years ago
If I'm not mistaken the following steps are sufficient to have this package publicly support Python 3.x:
setup.py
setup()
I'm not sure what Python versions you're willing to support but these changes should be all (I have tested the package already in 3.x).
:+1:
+1
jumping on the :+1: wagon
👍 👍 👍
need this!
If I'm not mistaken the following steps are sufficient to have this package publicly support Python 3.x:
setup.py
for thesetup()
call (such as https://github.com/svisser/logaugment/blob/master/setup.py#L31-L37) to indicate 3.x support.I'm not sure what Python versions you're willing to support but these changes should be all (I have tested the package already in 3.x).