summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-01 11:49:19 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-01 11:50:28 -0500
commitf7b822893b87842fa2d5ff4b9c90c40285005bab (patch)
treed9cc3e6dab6d7c6c20593d6f9dfcaee390f157e3
parenta2854553bb17471bb24c9cf7efabfcb708b27149 (diff)
downloadrequests-cache-f7b822893b87842fa2d5ff4b9c90c40285005bab.tar.gz
Update list of contributors
-rw-r--r--CONTRIBUTORS.md44
-rw-r--r--CONTRIBUTORS.rst12
-rw-r--r--MANIFEST.in6
3 files changed, 46 insertions, 16 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
new file mode 100644
index 0000000..cffd74b
--- /dev/null
+++ b/CONTRIBUTORS.md
@@ -0,0 +1,44 @@
+# Contributors
+Thanks to the following people for contributing patches and suggestions:
+
+* [Aaron-mf1](https://github.com/aaron-mf1)
+* [Alex Morega](https://github.com/mgax)
+* [Alex Sinitsin](https://github.com/meowcoder)
+* [Andrew Kittredge](https://github.com/andrewkittredge)
+* [Antonio Lima](https://github.com/themiurgo)
+* [Boris Danilovich](https://github.com/borisdan)
+* [Chris de Graaf](https://github.com/christopher-dG)
+* [Craig](https://github.com/craigls)
+* [Daniel Rech](https://github.com/dmr)
+* [Edward Betts](https://github.com/EdwardBetts)
+* [FemtoTrader](https://github.com/femtotrader)
+* [Florian Demmer](https://github.com/fdemmer)
+* [GDR](https://github.com/gjedeer)
+* [Garrett Reynolds](https://github.com/Garrett-R)
+* [Guangnan Cheng](https://github.com/chengguangnan)
+* [Honza Javorek](https://github.com/honzajavorek)
+* [Ilya](https://github.com/libbkmz)
+* [J Rob Gant ](https://github.com/rgant)
+* [Jace Browning](https://github.com/jacebrowning)
+* [Jessy Williams ](https://github.com/jkwill87)
+* [Jürgen Hermann](https://github.com/jhermann)
+* [Kieran W](https://github.com/FredHappyface)
+* [MBarkhau](https://github.com/mbarkhau)
+* [Marc Abramowitz](https://github.com/msabramo)
+* [Marius Gedminas](https://github.com/mgedmin)
+* [Masahiro Wada](https://github.com/ar90n)
+* [Massimo Santini](https://github.com/mapio)
+* [Michael Beaumont](https://github.com/michaelbeaumont)
+* [Michael Herman](https://github.com/mjhea0)
+* [Nathan Cahill](https://github.com/nathancahill)
+* [Nick](https://github.com/kousu)
+* [Olivier Dalang](https://github.com/olivierdalang)
+* [Paul Furley](https://github.com/paulfurley)
+* [Philipp A.](https://github.com/flying-sheep)
+* [Sebastian Höffner](https://github.com/shoeffner)
+* [Simon Biewald](https://github.com/Varbin)
+* [Slin Lee](https://github.com/slinlee)
+* [Stavros Korokithakis](https://github.com/skorokithakis)
+* [Willem de Groot](https://github.com/gwillem)
+* [Wouter Vanden Hove](https://github.com/WouterVH)
+* [YetAnotherNerd](https://github.com/YetAnotherNerd)
diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst
deleted file mode 100644
index 1c6a1fd..0000000
--- a/CONTRIBUTORS.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-Patches and Suggestions
-```````````````````````
-
-- `Daniel Rech <https://github.com/dmr>`_
-- `Wouter Vanden Hove <https://github.com/WouterVH>`_
-- `Massimo Santini <https://github.com/mapio>`_
-- `Nathan Cahill <https://github.com/nathancahill>`_
-- `Honza Javorek <https://github.com/honzajavorek>`_
-- `@michaelbeaumont <https://github.com/michaelbeaumont>`_
-- `Alex Morega <https://github.com/mgax>`_
-- `@paulfurley <https://github.com/paulfurley>`_
-- `Sebastian Höffner <https://github.com/shoeffner>`_
diff --git a/MANIFEST.in b/MANIFEST.in
index 0c3d7ec..e22139e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,5 @@
-include LICENSE README.rst HISTORY.rst CONTRIBUTORS.rst
+include LICENSE
+include *.md
include *.py
recursive-include tests *.py
recursive-include examples *.py
@@ -7,6 +8,3 @@ recursive-exclude docs *.pyc
recursive-exclude docs *.pyo
prune docs/_build
prune temp/*
-
-
-