at 18.03-beta 793 B view raw
1Common subdirectories: Box2D-2.3b0/Box2D and Box2D-2.3b0.new/Box2D 2Common subdirectories: Box2D-2.3b0/examples and Box2D-2.3b0.new/examples 3Common subdirectories: Box2D-2.3b0/library and Box2D-2.3b0.new/library 4diff -u Box2D-2.3b0/setup.py Box2D-2.3b0.new/setup.py 5--- Box2D-2.3b0/setup.py 2013-02-02 18:09:34.000000000 +0100 6+++ Box2D-2.3b0.new/setup.py 2014-10-25 13:32:07.136922343 +0200 7@@ -176,7 +176,6 @@ 8 package_dir = {'Box2D': library_path, 9 'Box2D.b2': os.path.join(library_path, 'b2'), 10 'Box2D.tests' : 'tests'}, 11- test_suite = 'tests', 12 options = { 'build_ext': { 'swig_opts' : swig_arguments }, 13 'egg_info' : { 'egg_base' : library_base }, 14 },