Skip to content

Commit dde80fe

Browse files
committed
README: remove donation
1 parent 419ba5c commit dde80fe

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Build Status](https://github.com/csernazs/pytest-httpserver/workflows/build/badge.svg?branch=master)](https://github.com/csernazs/pytest-httpserver/actions?query=workflow%3Abuild+branch%3Amaster)
22
[![Documentation Status](https://readthedocs.org/projects/pytest-httpserver/badge/?version=latest)](https://pytest-httpserver.readthedocs.io/en/latest/?badge=latest)
3-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=K6PU3AGBZW4QC&item_name=pytest-httpserver&currency_code=EUR&source=url)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
54
[![codecov](https://codecov.io/gh/csernazs/pytest-httpserver/branch/master/graph/badge.svg?token=MX2JXbHqRH)](https://codecov.io/gh/csernazs/pytest-httpserver)
65
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
76

@@ -117,11 +116,15 @@ documentation](https://pytest-httpserver.readthedocs.io/en/latest/api.html#block
117116

118117
### Donation
119118

120-
If you want to donate to this project, you can find the donate button at the top
121-
of the README.
119+
Currently, this project is based heavily on werkzeug and pytest.
122120

123-
Currently, this project is based heavily on werkzeug. Werkzeug does all the heavy lifting
124-
behind the scenes, parsing HTTP request and defining Request and Response objects, which
125-
are currently transparent in the API.
121+
Werkzeug does all the heavy lifting behind the scenes, parsing HTTP request and
122+
defining Request and Response objects, which are currently transparent in the
123+
API.
126124

127-
If you wish to donate, please consider donating to them: https://palletsprojects.com/donate
125+
If you wish to donate to werkzeug: https://palletsprojects.com/donate
126+
127+
128+
Pytest is the de-facto test library for python.
129+
130+
If you wish to donate to pytest: https://opencollective.com/pytest

0 commit comments

Comments
 (0)