one more try
This commit is contained in:
7
setup.py
7
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",
|
||||
|
||||
Reference in New Issue
Block a user