TrishGillett / pysdpt3glue

Glue code for solving semidefinite programs in Cvxpy format using the SDPT3 package for Matlab.
MIT License
13 stars 3 forks source link

Make it as a shared package. #17

Closed jkawamoto closed 8 years ago

jkawamoto commented 8 years ago

I made sdpt3glue package, which is the name discussed in issue #15, and move all related modules into it. I also added setup.py and related files so that you can make a package by

$ python setup.py sdist

The made package is able to be installed by

$ pip install dist/py-sdpt3-glue-0.1.0.tar.gz

and then you can import it by

import sdpt3glue
jkawamoto commented 8 years ago

To publish this package, it could be useful to add how to install BLAS in to README.md.

jkawamoto commented 8 years ago

I updated classifiers according to the posts in #17.

jkawamoto commented 8 years ago

I rebased on to master.