From 24a10df16455897073a12cd0031519e705f26b6e Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 24 Aug 2016 23:20:57 +0200 Subject: Add a small poezio_logs script to parse logfiles --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fb491bbd..303c789b 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ setup(name="poezio", 'poezio_plugins': 'plugins', 'poezio_themes': 'data/themes'}, package_data={'poezio': ['default_config.cfg']}, - scripts=['scripts/poezio_gpg_export'], + scripts=['scripts/poezio_gpg_export', 'scripts/poezio_logs'], entry_points={'console_scripts': ['poezio = poezio.__main__:run']}, data_files=([('share/man/man1/', ['data/poezio.1']), ('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])] -- cgit v1.2.3