aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-05-21 01:57:00 +0200
committerVictor Häggqvist <[email protected]>2015-05-21 01:57:00 +0200
commit7c1fcd7859e356cde7711884fd35101b56b49433 (patch)
tree30151139a46681015505bb5e1bb49c3dbbe9a852 /setup.py
parent0ba2c677f1d1fecc872a61116ffc7cc2d60e6b23 (diff)
drop .py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 80c26c1..8a1e5b1 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ setup(
version='0.2.0',
packages=[],
url='https://github.com/victorhaggqvist/giti',
- scripts=['bin/giti'],
+ scripts=['giti'],
license='MIT',
author='Victor Häggqvist',
author_email='[email protected]',