Adding markdown_map to dist setup.
This commit is contained in:
parent
32b7f8f42f
commit
7b81a294bd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue