From 204a42c76fe1d5af0a0036da436871aa2e442060 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 24 Jun 2012 17:32:31 -0500 Subject: Use setuptools-git plugin for MANIFEST. Instead of a hard-coded MANIFEST.in to list non-code files to be included in the tarball, use the setuptools-git plugin to ensure that every file that's in git will wind up in the tarball. The only things needed in MANIFEST.in now are files that are generated as part of the sdist run. Change-Id: I76df685d58f7b56977d859e8df92e845f450b3e4 --- tools/pip-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 49c96051a..234c31a7b 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -23,3 +23,4 @@ pycrypto Babel>=0.9.6 iso8601>=0.1.4 httplib2 +setuptools_git>=0.4 -- cgit