diff --git a/setup.py b/setup.py index 0fce5db..297a0ef 100644 --- a/setup.py +++ b/setup.py @@ -34,8 +34,8 @@ problems. license = License, keywords = ["Optimization", "Linear Programming", "Operations Research"], author="J.S. Roy and S.A. Mitchell", - author_email="s.mitchell@auckland.ac.nz", - url="http://pulp-or.googlecode.com/", + author_email="pulp@stuartmitchell.com", + url="https://github.com/stumitchell/pulp-or", classifiers = ['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Science/Research', @@ -46,7 +46,8 @@ problems. ], #ext_modules = [pulpCOIN], package_dir={'':'src'}, - packages = ['pulp', 'pulp.solverdir'], + packages = ['pulp', 'pulp.solverdir','pulp.solverdir.cbc.linux.32', + 'pulp.solverdir.cbc.linux.64'], package_data = {'pulp' : ["AUTHORS","LICENSE", "pulp.cfg.linux", "pulp.cfg.win",