psss / python-nitrate

Python API for the Nitrate test case management system
GNU Lesser General Public License v2.1
9 stars 24 forks source link

Package for Pypi #3

Closed thrix closed 8 years ago

thrix commented 8 years ago

This pull request adds required files for packaging in PyPi. This includes:

  1. setup.py and setup.cfg files
  2. LICENSE.txt
  3. version is packaged in version.py file during installation and the verison.py file is generated during packaging from "git describe --tags"
  4. .gitignore file for convience

I tried testpypi and the package seems to installs fine. You can try yourself: pip install -i https://testpypi.python.org/pypi nitrate

thrix commented 8 years ago

@psss any update on this please?

psss commented 8 years ago

Thanks for the patch, Miro. I did a couple of adjustments in 10b0207 and merged to the devel branch. The package should now be available in PyPI: https://pypi.python.org/pypi/nitrate

thrix commented 8 years ago

Thanks very much, I just installed from pypi, works flawlessly.