initial source import (v0.26) and packaging

This commit is contained in:
Tobias Oberstein 2013-10-22 16:31:42 +02:00
parent f3a7507d82
commit f89b6bbf6a
11 changed files with 4134 additions and 37 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