Skip to content

Commit

Permalink
Include templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Young committed Jun 11, 2020
1 parent d837c0e commit b95c79c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include zaza/openstack *.j2
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def run_tests(self):
license='Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0',
packages=find_packages(exclude=["unit_tests"]),
zip_safe=False,
include_package_data=True,
cmdclass={'test': Tox},
install_requires=install_require,
extras_require={
Expand Down
15 changes: 0 additions & 15 deletions zaza/openstack/charm_tests/tempest/templates/__init__.py

This file was deleted.

0 comments on commit b95c79c

Please sign in to comment.