mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
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>
This commit is contained in:
parent
3270c5bc83
commit
1654dc3922
1 changed files with 4 additions and 0 deletions
|
@ -1,11 +1,15 @@
|
|||
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/*
|
||||
|
|
Loading…
Add table
Reference in a new issue