Adding markdown_map to dist setup.

This commit is contained in:
Christopher Ramírez 2013-10-24 15:28:36 -06:00
parent 32b7f8f42f
commit 7b81a294bd

View file

@ -32,7 +32,7 @@ setup(
description=('Take the power of Jinja2 templates to OpenOffice and ' description=('Take the power of Jinja2 templates to OpenOffice and '
'LibreOffice and create reports and letters in your web applications'), 'LibreOffice and create reports and letters in your web applications'),
long_description=read('README.md'), long_description=read('README.md'),
py_modules=['secretary'], py_modules=['secretary', 'markdown_map'],
platforms='any', platforms='any',
install_requires=[ install_requires=[
'Jinja2', 'markdown2' 'Jinja2', 'markdown2'