From 037397787ceb3b2def0e9e06787b11fafac7fdf0 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Thu, 14 Feb 2013 13:44:39 -0700 Subject: Rename runner back to xenant --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c283570..2554ad3 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ setup( description=("High-Level build script for doing more complex build tasks"), packages=find_packages(), test_suite="xnt.tests", - scripts=["xnt/runner.py",], + scripts=["xnt/xenant.py",], package_data={ }, long_description=read("README"), platforms=["Linux", "Windows",], entry_points={ 'console_scripts': [ - 'xnt = xnt.runner:main', + 'xnt = xnt.xenant:main', ], }, install_requires=['distribute',], -- cgit v1.2.1