2012-01-20 19:30:57 -07:00
|
|
|
include AUTHORS
|
2019-04-18 13:10:37 +02:00
|
|
|
include CODE_OF_CONDUCT.md
|
2021-01-13 12:53:49 -06:00
|
|
|
include CONTRIBUTING.rst
|
2012-01-20 19:30:57 -07:00
|
|
|
include LICENSE
|
2019-04-18 13:10:37 +02:00
|
|
|
include NOTICE
|
2012-01-20 19:30:57 -07:00
|
|
|
include README.rst
|
2019-04-18 13:10:37 +02:00
|
|
|
include SUPPORT.rst
|
2021-03-31 13:05:34 +00:00
|
|
|
include run.py
|
2022-08-16 13:20:11 +01:00
|
|
|
include pyproject.toml
|
2012-03-02 01:52:55 -05:00
|
|
|
include tests/*.py
|
2012-10-24 20:59:33 -06:00
|
|
|
recursive-include tests *
|
2020-01-23 17:56:26 +00:00
|
|
|
recursive-include requirements *.txt
|
2012-03-02 01:52:55 -05:00
|
|
|
include tests/integration/modules/files/*
|
|
|
|
include tests/integration/files/*
|
2012-03-13 10:19:31 -06:00
|
|
|
include tests/unit/templates/files/*
|
|
|
|
recursive-include doc *
|
2012-06-18 18:30:21 -06:00
|
|
|
recursive-include scripts *
|
2019-04-18 13:22:05 +02:00
|
|
|
recursive-include conf *
|
2013-12-28 02:12:53 +00:00
|
|
|
recursive-include pkg *
|
2012-04-25 10:06:13 -06:00
|
|
|
recursive-include salt *.jinja
|
2019-04-18 13:22:05 +02:00
|
|
|
recursive-include templates *
|
2023-01-07 12:18:08 +00:00
|
|
|
include salt/_version.txt
|
2014-08-13 15:44:25 -06:00
|
|
|
include salt/templates/git/*
|
|
|
|
include salt/templates/lxc/*
|
2022-06-08 12:16:41 +01:00
|
|
|
include salt/utils/pyinstaller/rthooks.dat
|