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:
8bb0e3c
)
python: Remember to install htredir as well.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 Apr 2011 07:30:38 +0000
(09:30 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 Apr 2011 07:30:38 +0000
(09:30 +0200)
python/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/setup.py
b/python/setup.py
index
4fa00f5
..
19efdc0
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"],
+ scripts = ["ashd-wsgi", "scgi-wsgi", "serve-ssi"
, "htredir"
],
license = "GPL-3")