From 182a556397c2b0f4638991942c736c5daff17111 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 23 Jan 2013 22:32:41 -0500 Subject: MANIFEST.in: Distribute AUTHORS with the BE source --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index eb762f3..b9da9d0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ +include AUTHORS include COPYING -- cgit