projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6265e69
)
bin/hooke -> bin/hk.py in setup.py. Thanks to amantedpaz for pointing this out.
author
W. Trevor King
<wking@drexel.edu>
Sun, 15 Aug 2010 11:12:43 +0000
(07:12 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 15 Aug 2010 11:12:43 +0000
(07:12 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 47d6a33f445e082e45fce508bf5ecb92d2c407c7..4672ba516b454bac2712aeefb0e98eac59d39b29 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-63,7
+63,7
@@
setup(name="Hooke",
description = doclines[0],
long_description = "\n".join(doclines[2:]),
classifiers = filter(None, classifiers.split("\n")),
- scripts = ['bin/h
ooke
'],
+ scripts = ['bin/h
g.py
'],
packages = packages,
provides = packages,
)