Skip to content

Commit 99c48ba

Browse files
committed
Update setup.py for 0.1 release
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
1 parent 718158a commit 99c48ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
author='Stephen Gallagher',
2424
author_email='sgallagh@redhat.com',
2525
description='Tools for working with translations of modulemd',
26+
# mmdzanata also requires koji, libmodulemd and zanata-client which are not
27+
# available on PyPI and must be installed separately. On Fedora, this is
28+
# done with `dnf install koji libmodulemd zanata-client`
2629
install_requires=[
2730
'click',
28-
'koji',
2931
'requests',
3032
'babel',
3133
],

0 commit comments

Comments
 (0)