From eacbdb3b6dacfbd86be9c07f18cedb2e3611a071 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 13 Apr 2012 04:50:05 -0700 Subject: Moved commands.py into a commands sub-package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5902d4b..d910383 100644 --- a/setup.py +++ b/setup.py @@ -194,7 +194,7 @@ def main(sys_argv): }, test_suite='pystache.tests', entry_points = { - 'console_scripts': ['pystache=pystache.commands:main'], + 'console_scripts': ['pystache=pystache.commands.render:main'], }, classifiers = CLASSIFIERS, **extra -- cgit v1.2.1