diff options
| author | Aymeric Augustin | 2013-11-15 22:06:18 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-15 22:07:41 +0100 |
| commit | e2a053a9679616b0141a1cec15c237ca8fbc976a (patch) | |
| tree | 454ecd998d8df5c58d5d0ccec1220f969046e5ef | |
| parent | 4cce59d4c244a755181de5579dabc0d0e26335ee (diff) | |
| download | django-debug-toolbar-e2a053a9679616b0141a1cec15c237ca8fbc976a.tar.bz2 | |
Replace AUTHORS file by the list of contributors on GitHub.
Quoting Rob:
> I'm +1 on removing AUTHORS and pointing to the github contributors.
> I like that solution.
| -rw-r--r-- | AUTHORS | 37 | ||||
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | README.rst | 5 |
3 files changed, 5 insertions, 38 deletions
diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index f166edf..0000000 --- a/AUTHORS +++ /dev/null @@ -1,37 +0,0 @@ -The Django Debug Toolbar was original created by Rob Hudson <rob@cogit8.org> in -August 2008. - -The following is a list of much appreciated contributors: - -Reto Aebersold <aeby@atizo.com> -Andi Albrecht <albrecht.andi@gmail.com> -Aymeric Augustin <aymeric.augustin@m4x.org> -Chris Beaven <smileychris@gmail.com> -Kenneth Belitzky <kenny@belitzky.com> -Loic Bistuer <loic.bistuer@sixmedia.com> -Etienne Carrier <etienne@px9.ca> -David Cramer <dcramer@gmail.com> -Wladimir Diedel <wwolfx@gmail.com> -Michael Elsdoerfer <michael@elsdoerfer.com> -Augie Fackler <durin42@gmail.com> -Dan Fairs <dan@fezconsulting.com> -Alex Gaynor <alex.gaynor@gmail.com> -Idan Gazit <idan@pixane.com> -Matt George <matt.george@myemma.com> -Adam Gomaa <adam@adam.gomaa.us> -Thomas Grainger <django-debug-toolbar@graingert.co.uk> -Daniel Hahler <daniel@thequod.de> -Jacob Kaplan-Moss <jacob@jacobian.org> -Russell Keith-Magee <freakboy3742@gmail.com> -Mikhail Korobov <kmike84@gmail.com> -Arthur Koziel <arthur@arthurkoziel.com> -Jannis Leidel <jannis@leidel.info> -Martin Maney <maney@two14.net> -Percy Perez-Pinedo <percyp3@gmail.com> -Vladislav Polukhin <nuklea@gmail.com> -Nowell Strite <nowell@strite.org> -Malcolm Tredinnick <malcolm@pointy-stick.com> -Bryan Veloso <bryan@revyver.com> -Simon Willison <simon@simonwillison.net> -Diego Búrigo Zacarão <diegobz@gmail.com> -Philip Zeyliger <philip@cloudera.com> diff --git a/MANIFEST.in b/MANIFEST.in index 930888a..fedd1d4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ -include AUTHORS include LICENSE include README.rst recursive-include debug_toolbar/locale * @@ -30,3 +30,8 @@ available at http://django-debug-toolbar.readthedocs.org/. The Django Debug Toolbar is released under the BSD license, like Django itself. If you like it, please consider contributing! + +The Django Debug Toolbar was originally created by Rob Hudson <rob@cogit8.org> +in August 2008 and was further developed by many contributors_. + +.. _contributors: https://github.com/django-debug-toolbar/django-debug-toolbar/graphs/contributors |
