Ticket #662 (closed defect: fixed)
include 'Jinja2' in setup.py
| Reported by: | dustin | Owned by: | dustin |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.0 |
| Version: | 0.7.11 | Keywords: | jinja |
| Cc: |
Description
The setup.py doesn't automatically pull in Jinja.
Change History
comment:2 Changed 3 years ago by marcusl
- Status changed from assigned to closed
- Resolution set to fixed
Merged in 0b9e9616e38ba46156c2c584648098c4bdc129ee.
Thanks!
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
commit 0b9e9616e38ba46156c2c584648098c4bdc129ee Author: Dustin J. Mitchell <dustin@zmanda.com> Date: Sun Dec 20 09:46:39 2009 -0600 (fixes #662) add Jinja2 to setup.pyI tested this with virtualenv, and it successfully pulled in jinja. Is there a minimum version we need to worry about?
Pull request sent. Please close this bug when it's merged.