diff options
-rw-r--r-- | README.mkd | 7 | ||||
-rw-r--r-- | setup.py | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,9 @@ -[](https://travis-ci.org/mitmproxy/pathod) [](https://coveralls.io/r/mitmproxy/pathod) +[](https://travis-ci.org/mitmproxy/pathod) +[](https://coveralls.io/r/mitmproxy/pathod) +[](https://pypi.python.org/pypi/pathod) +[](https://pypi.python.org/pypi/pathod) +[](https://pypi.python.org/pypi/pathod) +[](https://pypi.python.org/pypi/pathod) __pathod__ is a collection of pathological tools for testing and torturing HTTP clients and servers. The project has three components: @@ -26,6 +26,9 @@ setup( "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", |