Files
fm-orchestrator/MANIFEST.in
Jan Kaluza d5d64f8a8a Add simple mbs-cli client tool.
The goal of this client is to allow simple access to endpoints we use
to manage MBS - like "import" module or "retire" module.

It is not intended to contain tasks available in pyrpkg.

So far only "import" module is implemented, because that's the only
command we have REST API for.
2019-03-01 12:34:03 +01:00

13 lines
394 B
Plaintext

global-exclude *.pyc *.pyo
include LICENSE
include README.rst
include requirements.txt
include test-requirements.txt
recursive-include conf config.py cacert.pem *.conf *.cfg *.service
recursive-include docs *.txt *.rst *.md
recursive-include module_build_service *
recursive-include fedmsg.d *
recursive-include tests *.yaml *.json
recursive-include tests/scm_data *
recursive-include client *