replace non-existent UPGRADE with updated AUTHORS in MANIFEST.in

This commit is contained in:
Jonathan Barratt 2016-10-27 14:30:46 +07:00
parent d5502bb00d
commit de384af4f8
No known key found for this signature in database
GPG Key ID: BCBF01FBE07879DD
2 changed files with 17 additions and 6 deletions

21
AUTHORS
View File

@ -1,13 +1,24 @@
django-helpdesk was originally written by Ross Poulton. Since publishing the django-helpdesk was originally written by Ross Poulton. After nearly nine
code a number of people have made some fantastic improvements and provided years under his guidance, the project graduated to its own eponymous
bug fixes and updates as the Django codebase has moved on and caused small organization, and is currently maintained by:
portions of this application to break.
To these people, and any more, my sincere thanks: Alex Seeholzer (@flinz)
Garret Wassermann (@gwasser)
Jonathan Barratt (@reduxionist)
Since publishing the code a number of people have made some fantastic
improvements and provided bug fixes and updates as the Django codebase
has moved on and caused small portions of this application to break.
To these people, and many more, our sincere thanks:
Alex Barcelo
Andreas Kotowicz Andreas Kotowicz
Chris Etcp Chris Etcp
Daryl Egarr
David Clymer David Clymer
Loe Spee Loe Spee
Maxim Litnitskiy Maxim Litnitskiy
Nikolay Panov Nikolay Panov
Stefano Brentegani
Tony Zhu

View File

@ -1,5 +1,5 @@
include README.rst include README.rst
include UPGRADE include AUTHORS
include LICENSE* include LICENSE*
include requirements.txt include requirements.txt