Fixed installation issue where the "templates" directory was not being
installed, preventing commands like "list-templates" and "init" from
working.
Change-Id: Ic47cee2dbb3c4c81a34e91557a3275ef68a22b74
Fixes: #780
--- /dev/null
+.. change::
+ :tags: bug, installation, commands
+ :tickets: 780
+
+ Fixed installation issue where the "templates" directory was not being
+ installed, preventing commands like "list-templates" and "init" from
+ working.
include_package_data = true
zip_safe = false
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
-package_dir =
- =.
install_requires =
SQLAlchemy>=1.3.0