Commit f8285a7f authored by Tobias Bengfort's avatar Tobias Bengfort

enable 2to3 in setup.py

parent c58a8063
......@@ -29,6 +29,7 @@ setup(name=name,
py_modules=['rubygems'],
include_package_data=True,
zip_safe=False,
use_2to3 = True,
install_requires=[
'zc.buildout',
'setuptools',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment