viennacl / pyviennacl-dev

Developer repository for PyViennaCL. Visit http://viennacl.sourceforge.net/ for latest releases.
MIT License
32 stars 6 forks source link

More metadata tweaks #7

Closed inducer closed 10 years ago

inducer commented 10 years ago

Here are a few more metadata tweaks. Once you've got those in, I'd recommend you sign up for an account on the package index and run

python setup.py register

to grab the name.

Note that this doesn't yet upload the source. To do that, tweak MANIFEST.in until the tarball you get from

python setup.py sdist

actually builds, then run

python setup.py sdist register upload