Commit 70dcdeb6 authored by Tres Seaver's avatar Tres Seaver

Merge branch 'prep_for_py2_py3_straddle' into straddle_py2_py3

Conflicts:
	python/setup.py
parents 9821016c fec1b8e4
...@@ -196,7 +196,7 @@ if __name__ == '__main__': ...@@ -196,7 +196,7 @@ if __name__ == '__main__':
'google.protobuf.text_encoding', 'google.protobuf.text_encoding',
'google.protobuf.text_format'], 'google.protobuf.text_format'],
cmdclass = { 'clean': clean, 'build_py': build_py }, cmdclass = { 'clean': clean, 'build_py': build_py },
install_requires = ['setuptools'], install_requires = ['setuptools', 'six'],
ext_modules = ext_module_list, ext_modules = ext_module_list,
url = 'https://developers.google.com/protocol-buffers/', url = 'https://developers.google.com/protocol-buffers/',
maintainer = maintainer_email, maintainer = maintainer_email,
......
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