Documentation update for PyPi

This commit is contained in:
Tomas Kopecek 2017-09-19 10:06:39 +02:00 committed by Mike McLean
parent 1f78c6d9ee
commit b74b5c0ef0
2 changed files with 13 additions and 3 deletions

View file

@ -119,9 +119,6 @@ pypi:
build_py3/bin/python setup.py bdist_wheel
rm -rf build_py3
pypi-upload-test:
twine upload -r https://test.pypi.org/legacy/ dist/*
pypi-upload:
twine upload dist/*

View file

@ -37,6 +37,19 @@ available. You will need to have a valid authentication token to use
many features. However, many of the read-only commands will work without
authentication.
Alternatively, koji CLI is now also available via:
* `Project releases tarballs <https://pagure.io/koji/releases>`__
Preferred way is to use your distribution's mechanism instead, as it
will also contain appropriate configuration files.
* `PyPi <https://pypi.python.org/pypi/koji>`__ There is only client/API
part and it is mostly usable for people who wants some more advanced
client-side scripting in virtualenv's, so API-only access is not
sufficient for them or who can profit from some utilities in e.g. basic
``koji`` library.
* Actual development version via Pagure's git: ``git clone
https://pagure.io/koji.git``
Fedora Account System (FAS2) Setup
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^