summaryrefslogtreecommitdiffstats
path: root/base/common/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python/setup.py')
-rw-r--r--base/common/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/setup.py b/base/common/python/setup.py
index 16c1d1760..2ab033784 100644
--- a/base/common/python/setup.py
+++ b/base/common/python/setup.py
@@ -84,7 +84,7 @@ and set up in less than an hour.""",
license='GPL',
keywords='pki x509 cert certificate',
url='http://pki.fedoraproject.org/',
- packages=['pki'],
+ packages=['pki', 'pki.cli'],
requirements=['python-nss', 'requests', 'six'],
classifiers=[
'Development Status :: 5 - Production/Stable',