more README, publish
This commit is contained in:
parent
f89b6bbf6a
commit
0e35c9d40f
2 changed files with 26 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -7,3 +7,9 @@ clean:
|
|||
rm -rf build
|
||||
rm -rf dist
|
||||
rm -rf scour.egg-info
|
||||
|
||||
publish: clean
|
||||
python setup.py register
|
||||
python setup.py sdist upload
|
||||
python setup.py bdist_egg upload
|
||||
python setup.py bdist_wininst upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue