From 4b6d06737cac1e4ecce393a42beedf282fcbe29b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 7 Aug 2013 17:21:38 +0900 Subject: Add MANIFEST.in file This file is necessary to ensure that the LICENSE and requirements.txt files get included in the source distribution. Change-Id: I4a7e13c1d28afb66ce5c6d8da104bb17781a5ccb --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..738616d --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.rst LICENSE requirements.txt \ No newline at end of file -- cgit v1.2.1