aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgkeys/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gkeys/setup.py b/gkeys/setup.py
index 12a3632..7563230 100755
--- a/gkeys/setup.py
+++ b/gkeys/setup.py
@@ -83,8 +83,8 @@ setup(
maintainer_email='gkeys@gentoo.org',
url="https://wiki.gentoo.org/wiki/Project:Gentoo-keys",
download_url='',
- packages=['gkeys'],
- scripts=['bin/gkeys'],
+ packages=['gkeys', 'gkeysgpg'],
+ scripts=['bin/gkeys', 'bin/gkeys-gpg'],
data_files=[
(os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/gkeys/'), ['etc/gkeys.conf']),
(os.path.join(os.sep, EPREFIX.lstrip(os.sep), 'etc/gkeys/'), ['etc/gkeys.conf.sample']),