fermitools / cigetcert

Get an X.509 certificate with SAML ECP and store proxies.
Other
2 stars 6 forks source link

Added setup.py to build python package #59

Closed duncanmmacleod closed 5 years ago

duncanmmacleod commented 5 years ago

This PR adds a simple setup.py to build a python package using setuptools. The package itself would just contain the cigetcert script (without any shell wrapper), the cigetcert.1 manual, and the license file (COPYING).

This should enable publishing cigetcert on pypi.python.org to enable pip install cigetcert, and also building a conda package along similar lines.

I am happy to take on those tasks (I would be the vendor, but all ownership would remain with @DrDaveD) if desired.

Fixes #58.