From 741abf4228c94573ef0e8414c5eea8a8466ed5c5 Mon Sep 17 00:00:00 2001 From: Christopher Glass Date: Tue, 20 Dec 2011 18:56:37 +0000 Subject: [PATCH] Cleanup AUTHORS.rst --- AUTHORS | 4 ---- AUTHORS.rst | 13 +++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 AUTHORS create mode 100644 AUTHORS.rst diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 1e11030..0000000 --- a/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -django_polymorphic was created by Bert Constantin in 2009/2010. - -Andrew Ingram contributed setup.py -Charles Leifer contributed Python 2.4 compatibility diff --git a/AUTHORS.rst b/AUTHORS.rst new file mode 100644 index 0000000..6f4c6d1 --- /dev/null +++ b/AUTHORS.rst @@ -0,0 +1,13 @@ +Main authors (commit rights to the main repository) +=================================================== + +* Bert Constantin 2009/2010 (disappeared :( ) +* Chris Glass (Current maintainer) + + +Contributors +============= + +* Andrew Ingram (contributed setup.py) +* Charles Leifer (python 2.4 compatibility) +* Martin Brochhaus