Commit 8c1043a4 authored by Serge S. Koval's avatar Serge S. Koval

Added ext module to the setup.py.

parent 66ce5965
...@@ -9,7 +9,7 @@ setup( ...@@ -9,7 +9,7 @@ setup(
author_email='serge.koval+github@gmail.com', author_email='serge.koval+github@gmail.com',
description='Simple and extensible admin interface framework for Flask', description='Simple and extensible admin interface framework for Flask',
long_description=__doc__, long_description=__doc__,
packages=['flask_adminex'], packages=['flask_adminex', 'flask_adminex.ext'],
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
platforms='any', platforms='any',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment