summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-01-17 01:20:37 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2021-01-17 01:20:37 +0100
commited7d81e51ef48624e8e0b5dda69b31115819be9d (patch)
tree3fedbe84deda784a92ddf832e3a436192df7519c
parent280b266ff43e2f408c74fe59bbe9bda9ed3de44c (diff)
downloadhttpretty-ed7d81e51ef48624e8e0b5dda69b31115819be9d.tar.gz
add direct mention of authorship
-rw-r--r--README.rst2
-rw-r--r--docs/source/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9cd3d05..f3fbbc8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
HTTPretty 1.0.5
===============
-HTTP Client mocking tool for Python. Provides a full fake TCP socket module. Inspired by `FakeWeb <https://github.com/chrisk/fakeweb>`_
+HTTP Client mocking tool for Python created by `Gabriel Falcão <https://github.com/gabrielfalcao>`_ . It provides a full fake TCP socket module. Inspired by `FakeWeb <https://github.com/chrisk/fakeweb>`_
- `Github Repository <https://github.com/gabrielfalcao/HTTPretty>`_
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 0340756..aa1cfe4 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -6,7 +6,7 @@
HTTPretty's - HTTP Client Mocking for Python
============================================
-HTTP Client mocking tool for Python. Provides a full fake TCP socket module. Inspired by `FakeWeb <https://github.com/chrisk/fakeweb>`_
+HTTP Client mocking tool for Python created by `Gabriel Falcão <https://github.com/gabrielfalcao>`_ . It provides a full fake TCP socket module. Inspired by `FakeWeb <https://github.com/chrisk/fakeweb>`_
Looking for the `Github Repository <https://github.com/gabrielfalcao/HTTPretty>`_ ?