summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEric Atkin <eatkin@certusllc.us>2019-02-15 15:59:13 -0700
committerMichael Merickel <michael@merickel.org>2019-03-21 22:24:36 -0500
commitc380d0226fdc5ade67f10dadc1adabdc6e50cb70 (patch)
tree527dd3a1ce0b117c6277c184759edd4457b4793d /setup.py
parenteda95b5105ec8050a97e34ad76bea35cc8f8fb7b (diff)
downloadpyramid-c380d0226fdc5ade67f10dadc1adabdc6e50cb70.tar.gz
pyramid-c380d0226fdc5ade67f10dadc1adabdc6e50cb70.tar.bz2
pyramid-c380d0226fdc5ade67f10dadc1adabdc6e50cb70.zip
Add ignore_files to pserve configuration section
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',