summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-02 21:15:57 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-01-02 21:15:57 +0100
commitf3e18e3fef2b0a6d7db26ddc7c9f025cdae7ef23 (patch)
treeb8ad2956aa965fff407fb3ceb20d7decefb67d3b /pavement.py
parentHappy new year commit (diff)
downloadpyload-f3e18e3fef2b0a6d7db26ddc7c9f025cdae7ef23.tar.xz
New naming: pyLoadCore -> pyload
pyLoadCli -> pyload-cli
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=[