v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
implemented an installer with distribute
[stack/code/dboxswitch.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
a334ad5
..
fc24f65
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,3
+3,8
@@
all:
clean:
rm *.pyc
+package:
+ python setup.py sdist
+
+upload-package:
+ python setup.py sdist upload