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:
1d3a63c
)
python: Install the accompanying scripts.
py-0.2
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 10 Mar 2011 13:37:02 +0000
(14:37 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 10 Mar 2011 13:37:02 +0000
(14:37 +0100)
python/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/setup.py
b/python/setup.py
index
8564c8c
..
3bfde4b
100755
(executable)
--- a/
python/setup.py
+++ b/
python/setup.py
@@
-13,4
+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"],
license = "GPL-3")