From 814258e081e86fc4c649599e92f67441699d9210 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 21 Feb 2011 13:40:31 -0500 Subject: [PATCH] Added authors and manifest. --- AUTHORS | 13 +++++++++++++ MANIFEST.in | 1 + 2 files changed, 14 insertions(+) create mode 100644 AUTHORS create mode 100644 MANIFEST.in diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..0e132ba --- /dev/null +++ b/AUTHORS @@ -0,0 +1,13 @@ +python-convore is written and maintained by Kenneth Reitz and +various contributors: + +Development Lead +```````````````` + +- Kenneth Reitz + + +Patches and Suggestions +``````````````````````` + +- The Convore Peeps \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4506cce --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include HISTORY.rst README.rst LICENSE AUTHORS \ No newline at end of file