This commit is contained in:
Tobias Oberstein 2012-03-13 01:28:42 +01:00
parent cbe7a8c333
commit 87c10bbcf5
6 changed files with 2 additions and 18 deletions

View File

@ -1,5 +1 @@
include README
include LICENSE
include NOTICE
recursive-include autobahn *
recursive-include wstest/web *

View File

@ -7,12 +7,13 @@ clean:
rm -rf ./autobahn.egg-info
rm -rf ./build
rm -rf ./dist
find . -name "*.pyc" -exec rm -f {} \;
build:
python setup.py bdist_egg
upload:
scp dist/*.egg oberstet@www.tavendo.de:/usr/local/www/pypi
scp dist/*.egg www.tavendo.de:/usr/local/www/pypi
publish:
python setup.py register

View File

@ -1,5 +0,0 @@
Autobahn WebSockets
Copyright 2011 Tavendo GmbH
This product includes software developed at
Tavendo GmbH (http://www.tavendo.de/).

View File

@ -1,2 +0,0 @@
This package provides the Autobahn WebSockets for Python
server/client framework and protocol test suite.

View File

@ -1,6 +0,0 @@
#!/bin/sh
rm -rf ./build
rm -rf ./autobahn.egg-info
rm -rf ./dist
find . -name "*.pyc" -exec rm {} \;