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'