salt/MANIFEST.in
Pedro Algarvio e9610a7367 The `salt/utils/pyinstaller/rthooks.dat` file must be included in the source distribution
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2022-06-08 18:31:54 +01:00

23 lines
611 B
Text

include AUTHORS
include CODE_OF_CONDUCT.md
include CONTRIBUTING.rst
include LICENSE
include NOTICE
include README.rst
include SUPPORT.rst
include run.py
include tests/*.py
recursive-include tests *
recursive-include requirements *.txt
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 templates *
include salt/templates/git/*
include salt/templates/lxc/*
include salt/utils/pyinstaller/rthooks.dat