diff options
| author | Eric Atkin <eatkin@certusllc.us> | 2019-02-15 15:59:13 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-03-21 22:24:36 -0500 |
| commit | c380d0226fdc5ade67f10dadc1adabdc6e50cb70 (patch) | |
| tree | 527dd3a1ce0b117c6277c184759edd4457b4793d /setup.py | |
| parent | eda95b5105ec8050a97e34ad76bea35cc8f8fb7b (diff) | |
| download | pyramid-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
