From 2705e945ac0f113fda2deabe7af7265537e04b5c Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 28 Jul 2014 14:24:04 +0200 Subject: Fix #3 add console script entry point --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cb3fd53..2ea6e89 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ setup(name='python-pushover', author='Thibaut Horel', author_email='thibaut+pushover@gmail.com', py_modules=['pushover'], + entry_points={"console_scripts": ["pushover = pushover:main"]}, install_requires=['requests'], license='GNU GPLv3' ) -- cgit v1.2.3-70-g09d2