From f3e18e3fef2b0a6d7db26ddc7c9f025cdae7ef23 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 2 Jan 2013 21:15:57 +0100 Subject: New naming: pyLoadCore -> pyload pyLoadCli -> pyload-cli --- pavement.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pavement.py') diff --git a/pavement.py b/pavement.py index e6e789882..7919cf52a 100644 --- a/pavement.py +++ b/pavement.py @@ -70,8 +70,8 @@ setup( #setup_requires=["setuptools_hg"], entry_points={ 'console_scripts': [ - 'pyLoadCore = pyLoadCore:main', - 'pyLoadCli = pyLoadCli:main' + 'pyload = pyload:main', + 'pyload-cli = pyload-cli:main' ]}, zip_safe=False, classifiers=[ -- cgit v1.2.3