Commit f77260a9 authored by Serge S. Koval's avatar Serge S. Koval

Fixed setup script.

parent e17f8577
......@@ -9,7 +9,7 @@ setup(
author_email='serge.koval+github@gmail.com',
description='Simple and extensible admin interface framework for Flask',
long_description=__doc__,
packages=['flask_adminex', 'flask_adminex.ext'],
packages=['flask_adminex', 'flask_adminex.model', 'flask_adminex.ext', 'flask_adminex.ext.sqlamodel'],
include_package_data=True,
zip_safe=False,
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