summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Gateley <christopher.gateley@gmail.com>2010-12-11 00:07:49 -0600
committerChristopher Gateley <christopher.gateley@gmail.com>2010-12-11 00:07:49 -0600
commit11cfb0fd86f8f14fdc17688ac0dd815008022128 (patch)
treee09174457f39d73ada40c3be6b7828946bc1e419 /setup.py
parentb58bee05ebaf36b24edf45689094b63265267551 (diff)
downloadpycco-11cfb0fd86f8f14fdc17688ac0dd815008022128.tar.gz
added smartypants html entity conversion to go alongside markdown conversion.
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 6686b19..c3bc074 100644
--- a/setup.py
+++ b/setup.py
@@ -15,5 +15,5 @@ setup(
'pycco = pycco.main:main',
]
},
- install_requires = ['markdown', 'pygments', 'pystache'],
+ install_requires = ['markdown', 'pygments', 'pystache', 'smartypants'],
)