From 8ec5671025e0651e2808c67e66c634b2d46b77b4 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 4 Mar 2014 21:59:11 +0100 Subject: Add a script that generates a [keys] section for the gpg plugin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 36170530..01a1b3bd 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup(name="poezio", packages = ['poezio', 'poezio_plugins', 'poezio_plugins.gpg', 'poezio_themes'], package_dir = {'poezio': 'src', 'poezio_plugins': 'plugins', 'poezio_themes': 'data/themes'}, package_data = {'poezio': ['default_config.cfg']}, - scripts = ['scripts/poezio'], + scripts = ['scripts/poezio', 'scripts/poezio_gpg_export'], data_files = [('share/poezio/themes/', ['data/themes/dark.py']), ('share/man/man1/', ['data/poezio.1'])], ) -- cgit v1.2.3