salt/MANIFEST.in
Benjamin Drung e976c8ea0b Include templates directory in release tarball
The unit test `unit.utils.test_extend.ExtendTestCase` needs to access
the files in the `templates` directory.

Therefore add the `templates` directory in the release tarball.

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
2019-07-01 20:44:28 +02:00

26 lines
688 B
Text

include AUTHORS
include CODE_OF_CONDUCT.md
include CONTRIBUTING.rst
include HACKING.rst
include LICENSE
include NOTICE
include README.rst
include requirements/base.txt
include requirements/raet.txt
include requirements/cloud.txt
include requirements/zeromq.txt
include SUPPORT.rst
include tests/*.py
recursive-include tests *
include tests/integration/modules/files/*
include tests/integration/files/*
include tests/unit/templates/files/*
recursive-include doc *
recursive-include scripts *
recursive-include conf *
recursive-include pkg *
recursive-include salt *.jinja
recursive-include salt *.flo
recursive-include templates *
include salt/templates/git/*
include salt/templates/lxc/*