diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-12 18:59:56 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-12 18:59:56 -0500 |
| commit | 69cf8fef1550ffce4265a55009d17c5b6d0d5135 (patch) | |
| tree | 2d27e343bd996df1b9c7ae37a9dadfefe27616d0 /CHANGES | |
| parent | ec3256d8b37eda6341d53d0a76a0f1a9ae6a739c (diff) | |
| download | external_python_mako-69cf8fef1550ffce4265a55009d17c5b6d0d5135.tar.gz external_python_mako-69cf8fef1550ffce4265a55009d17c5b6d0d5135.tar.bz2 external_python_mako-69cf8fef1550ffce4265a55009d17c5b6d0d5135.zip | |
- Beaker is now part of "extras" in
setup.py instead of "install_requires".
This to produce a lighter weight install
for those who don't use the caching
as well as to conform to Pyramid
deployment practices. [ticket:154]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ 0.3.6 +- Beaker is now part of "extras" in + setup.py instead of "install_requires". + This to produce a lighter weight install + for those who don't use the caching + as well as to conform to Pyramid + deployment practices. [ticket:154] + - Fixed missing **extra collection in setup.py which prevented setup.py from running 2to3 on install. |
