From b74b5c0ef052b5ab3325295dc711e45d58bc63a2 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Dec 08 2017 14:57:47 +0000 Subject: Documentation update for PyPi --- diff --git a/Makefile b/Makefile index b7a5672..21e6ff3 100644 --- a/Makefile +++ b/Makefile @@ -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/* diff --git a/docs/source/using_the_koji_build_system.rst b/docs/source/using_the_koji_build_system.rst index 0cc0e00..1cc485f 100644 --- a/docs/source/using_the_koji_build_system.rst +++ b/docs/source/using_the_koji_build_system.rst @@ -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 `__ + Preferred way is to use your distribution's mechanism instead, as it + will also contain appropriate configuration files. + * `PyPi `__ 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^