From 24e1196507148741c0b78ae813dbd9bc5a0ad149 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 15 Nov 2007 21:11:59 +0200 Subject: Depend on a new enough setuptools to preserve data file access modes. --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4e82d1d..30eb9a5 100755 --- a/setup.py +++ b/setup.py @@ -56,5 +56,12 @@ arbitrary commands. # templates need to be a real directory, for git init zip_safe=False, + + install_requires=[ + # setuptools 0.6a9 will have a non-executeable post-update + # hook, this will make gitosis-admin settings not update + # (fixed in 0.6c5, maybe earlier) + 'setuptools>=0.6c5', + ], ) -- cgit v1.2.3