Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2017-11-17 14:47:01 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2017-11-22 17:24:39 +0300
commit9793aa7f8dad0a99841e40166a31dfa9ad9d9768 (patch)
tree624458f2c4f59ea1edea941fcf9c7154c7ac9971 /setup.py
parente6231b4cff0eba5f0153b7e8f0e869bb1339e9e3 (diff)
Rationalize the way we run ad-hoc tools
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 303277c..94c78ca 100644
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,7 @@ setup(
'console_scripts': [
'calm = calm.calm:main',
'mksetupini = calm.mksetupini:main',
- 'calm-mkgitoliteconf = calm.mkgitoliteconf:main',
- 'dedup-source = calm.dedupsrc:main',
+ 'calm-tool = calm.tool:main',
],
},
url='https://cygwin.com/git/?p=cygwin-apps/calm.git',