Update the entry point again

This commit is contained in:
mathieui 2016-06-30 23:05:55 +02:00
parent ab86e79918
commit 945035fc18

View file

@ -96,7 +96,7 @@ setup(name="poezio",
'poezio_themes': 'data/themes'},
package_data={'poezio': ['default_config.cfg']},
scripts=['scripts/poezio_gpg_export'],
entry_points={'console_scripts': ['poezio = poezio:main']},
entry_points={'console_scripts': ['poezio = poezio.__main__']},
data_files=([('share/man/man1/', ['data/poezio.1']),
('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])]
+ find_doc('share/doc/poezio/source', 'source')