From 73431574a5c2ac472a659c98350ce4aa59ce8f83 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Tue, 19 Jan 2010 07:26:17 +0100 Subject: [PATCH] add THANKS file --- Manifest.in | 3 ++- THANKS | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 THANKS diff --git a/Manifest.in b/Manifest.in index 196a71f7..31286df8 100644 --- a/Manifest.in +++ b/Manifest.in @@ -1,3 +1,4 @@ include LICENSE include NOTICE -include README.rst \ No newline at end of file +include README.rst +include THANKS \ No newline at end of file diff --git a/THANKS b/THANKS new file mode 100644 index 00000000..8961c40d --- /dev/null +++ b/THANKS @@ -0,0 +1,7 @@ +Gunicorn THANKS +===================== + +A number of people have contributed to Gunicorn by reporting problems, +suggesting improvements or submitting changes. Some of these people are: + +Curt Mico \ No newline at end of file