summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py4
1 files changed, 2 insertions, 2 deletions
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=[