salt/MANIFEST.in
Benjamin Drung 1654dc3922 Include all documentation files into release tarball
Add CODE_OF_CONDUCT.md, CONTRIBUTING.rst, NOTICE, and SUPPORT.rst into
the release tarball, because these files are also useful there.

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

25 lines
648 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 *
include conf/*
recursive-include pkg *
recursive-include salt *.jinja
recursive-include salt *.flo
include salt/templates/git/*
include salt/templates/lxc/*