diff options
author | Christopher Gateley <christopher.gateley@gmail.com> | 2010-12-11 00:07:49 -0600 |
---|---|---|
committer | Christopher Gateley <christopher.gateley@gmail.com> | 2010-12-11 00:07:49 -0600 |
commit | 11cfb0fd86f8f14fdc17688ac0dd815008022128 (patch) | |
tree | e09174457f39d73ada40c3be6b7828946bc1e419 /setup.py | |
parent | b58bee05ebaf36b24edf45689094b63265267551 (diff) | |
download | pycco-11cfb0fd86f8f14fdc17688ac0dd815008022128.tar.gz |
added smartypants html entity conversion to go alongside markdown conversion.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ setup( 'pycco = pycco.main:main', ] }, - install_requires = ['markdown', 'pygments', 'pystache'], + install_requires = ['markdown', 'pygments', 'pystache', 'smartypants'], ) |