Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Mar 13, 2012
1 parent 7e1fd92 commit 7f7eb87
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions autobahn/MANIFEST.in
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1 @@
include README
include LICENSE
include NOTICE
recursive-include autobahn *
recursive-include wstest/web * recursive-include wstest/web *
3 changes: 2 additions & 1 deletion autobahn/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ clean:
rm -rf ./autobahn.egg-info rm -rf ./autobahn.egg-info
rm -rf ./build rm -rf ./build
rm -rf ./dist rm -rf ./dist
find . -name "*.pyc" -exec rm -f {} \;


build: build:
python setup.py bdist_egg python setup.py bdist_egg


upload: upload:
scp dist/*.egg oberstet@www.tavendo.de:/usr/local/www/pypi scp dist/*.egg www.tavendo.de:/usr/local/www/pypi


publish: publish:
python setup.py register python setup.py register
Expand Down
2 changes: 0 additions & 2 deletions autobahn/README

This file was deleted.

0 comments on commit 7f7eb87

Please sign in to comment.