diff --git a/.travis.yml b/.travis.yml index 5e9130fb..bb5ac114 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. diff --git a/MANIFEST.in b/MANIFEST.in index 9d5d250d..1aba38f6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1 @@ include LICENSE -include README.rst diff --git a/README.rst b/README.rst deleted file mode 100644 index 106f1977..00000000 --- a/README.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Autobahn**|Python -------------------- - -*Open-source real-time framework for Web, Mobile & Internet of Things.* - ----- - -**Autobahn**|Python is part of the `Autobahn `__ 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 `__ -* `Source Code `__ -* `WAMP `__