initial source import (v0.26) and packaging

This commit is contained in:
Tobias Oberstein 2013-10-22 16:31:42 +02:00
parent 39fb9eee02
commit 6372b8a2a7
7 changed files with 389 additions and 297 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
all: clean install
install:
python setup.py install
clean:
rm -rf build
rm -rf dist
rm -rf scour.egg-info