From c380d0226fdc5ade67f10dadc1adabdc6e50cb70 Mon Sep 17 00:00:00 2001 From: Eric Atkin Date: Fri, 15 Feb 2019 15:59:13 -0700 Subject: Add ignore_files to pserve configuration section --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index afddbda35..0f097cac4 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ CHANGES = readfile('CHANGES.rst') VERSION = '2.0.dev0' install_requires = [ - 'hupper', + 'hupper >= 1.5', # ignore_files support 'plaster', 'plaster_pastedeploy', 'setuptools', -- cgit v1.2.3