fix tox; cleanup

This commit is contained in:
Tobias Oberstein 2015-03-10 00:18:09 +01:00
parent 60aa6c6af6
commit 169a831619
3 changed files with 1 additions and 27 deletions

View File

@ -15,7 +15,7 @@ env:
- TOX_ENV=pypy2asyncio
script:
- tox -c autobahn/tox.ini -e $TOX_ENV
- tox -c tox.ini -e $TOX_ENV
# This reportedly works around an issue downloading packages from pypi on
# travis. Consider removing this after the underlying issue is fixed.

View File

@ -1,2 +1 @@
include LICENSE
include README.rst

View File

@ -1,25 +0,0 @@
**Autobahn**|Python
-------------------
*Open-source real-time framework for Web, Mobile & Internet of Things.*
----
**Autobahn**|Python is part of the `Autobahn <http://autobahn.ws>`__ project
and provides open-source implementations of
* The WebSocket Protocol
* The Web Application Messaging Protocol (WAMP)
for **Twisted** and **asyncio**, on **Python 2** and **Python 3** and
for writing **servers** and **clients**.
WebSocket allows **bidirectional real-time messaging** on the Web and WAMP
adds asynchronous **Remote Procedure Calls** and **Publish & Subscribe** on
top of WebSocket.
More information:
* `Documentation <http://autobahn.ws/python>`__
* `Source Code <https://github.com/tavendo/AutobahnPython>`__
* `WAMP <http://wamp.ws>`__