one more try

This commit is contained in:
Stuart Mitchell
2015-03-16 23:56:23 +13:00
parent 9bc0162dc0
commit bedbaba25b

View File

@@ -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",