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:
Benjamin Drung 2019-04-18 13:10:37 +02:00 committed by Benjamin Drung
parent 3270c5bc83
commit 1654dc3922

View file

@ -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/*