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