From a2130079ca771104d87a919f0b4d88583e66d566 Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Thu, 19 Jul 2012 23:05:30 +1000 Subject: Lots of refactoring. --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9c07911..559bf7b 100644 --- a/setup.py +++ b/setup.py @@ -7,5 +7,9 @@ setup( author='Peter Ward', author_email='peteraward@gmail.com', packages=['snakegame'], - scripts=[], + entry_points={ + 'console_scripts': [ + 'snakegame = snakegame:main', + ] + }, ) -- cgit v1.2.3