issue #93: enable use_2to3 to see what happens
This commit is contained in:
parent
8513b331b7
commit
58140eda92
3
setup.py
3
setup.py
|
@ -26,7 +26,7 @@
|
||||||
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'mitogen',
|
name = 'mitogen',
|
||||||
|
@ -41,6 +41,7 @@ setup(
|
||||||
'ansible_mitogen.connection',
|
'ansible_mitogen.connection',
|
||||||
'ansible_mitogen.strategy',
|
'ansible_mitogen.strategy',
|
||||||
],
|
],
|
||||||
|
use_2to3=True,
|
||||||
zip_safe = False,
|
zip_safe = False,
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
|
Loading…
Reference in New Issue