summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2020-09-17 16:40:41 +0200
committerGabriel Falcão <gabriel@nacaolivre.org>2020-09-17 16:40:41 +0200
commitdbe2c3a31f505e2a0121067eadb2ac5c32cd8ff5 (patch)
tree86f5ef719e4f652c69554afc689ee0d357beb908
parentcd6559d8001bb21163c6d66436e482fc043131ce (diff)
downloadhttpretty-dbe2c3a31f505e2a0121067eadb2ac5c32cd8ff5.tar.gz
funding info
-rw-r--r--FUNDING.yml1
-rw-r--r--README.rst1
-rw-r--r--development.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/FUNDING.yml b/FUNDING.yml
new file mode 100644
index 0000000..8fae09c
--- /dev/null
+++ b/FUNDING.yml
@@ -0,0 +1 @@
+custom: ["https://xscode.com/gabrielfalcao/HTTPretty"]
diff --git a/README.rst b/README.rst
index e806b3c..57cbac6 100644
--- a/README.rst
+++ b/README.rst
@@ -3,6 +3,7 @@ HTTPretty 1.0.2
HTTP Client mocking tool for Python. Provides a full fake TCP socket module. Inspired by `FakeWeb <https://github.com/chrisk/fakeweb>`_
+
- `Github Repository <https://github.com/gabrielfalcao/HTTPretty>`_
- `Documentation <https://httpretty.readthedocs.io/en/latest/>`_
- `PyPI Package <https://pypi.org/project/httpretty/>`_
diff --git a/development.txt b/development.txt
index 72cdf21..b86aa6f 100644
--- a/development.txt
+++ b/development.txt
@@ -1,3 +1,4 @@
+check-manifest==0.41
coverage>=5.0.3
cryptography>=2.8
eventlet==0.25.1 # issue #254