From 7b81a294bdbfbcc825c944977099efa9d81b0b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Thu, 24 Oct 2013 15:28:36 -0600 Subject: [PATCH] Adding markdown_map to dist setup. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99dfb01..e60833b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( description=('Take the power of Jinja2 templates to OpenOffice and ' 'LibreOffice and create reports and letters in your web applications'), long_description=read('README.md'), - py_modules=['secretary'], + py_modules=['secretary', 'markdown_map'], platforms='any', install_requires=[ 'Jinja2', 'markdown2'