Closed jkawamoto closed 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
sdpt3glue
$ 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
To publish this package, it could be useful to add how to install BLAS in to README.md.
I updated classifiers according to the posts in #17.
I rebased on to master.
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 byThe made package is able to be installed by
and then you can import it by