diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-02 21:15:57 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-02 21:15:57 +0100 |
commit | f3e18e3fef2b0a6d7db26ddc7c9f025cdae7ef23 (patch) | |
tree | b8ad2956aa965fff407fb3ceb20d7decefb67d3b /pavement.py | |
parent | Happy new year commit (diff) | |
download | pyload-f3e18e3fef2b0a6d7db26ddc7c9f025cdae7ef23.tar.xz |
New naming: pyLoadCore -> pyload
pyLoadCli -> pyload-cli
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 4 |
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=[ |