initial source import (v0.26) and packaging
This commit is contained in:
parent
39fb9eee02
commit
6372b8a2a7
7 changed files with 389 additions and 297 deletions
9
Makefile
Normal file
9
Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue