Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504e4fe
)
python: Updated setup.py with the renamed scripts.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 30 Nov 2011 07:51:50 +0000
(08:51 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 30 Nov 2011 07:51:50 +0000
(08:51 +0100)
python/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/setup.py
b/python/setup.py
index
e5c82d5
..
dd1655c
100755
(executable)
--- a/
python/setup.py
+++ b/
python/setup.py
@@
-13,5
+13,5
@@
setup(name = "ashd-py",
url = "http://www.dolda2000.com/~fredrik/ashd/",
ext_modules = [htlib],
packages = ["ashd"],
- scripts = ["ashd-wsgi
", "scgi-wsgi
", "serve-ssi", "htredir"],
+ scripts = ["ashd-wsgi
3", "scgi-wsgi3
", "serve-ssi", "htredir"],
license = "GPL-3")