7afa34ae8a
* Convert README from Markdown to ReStructured Text and use as longdesc Discussion in #13758 led to deciding to switch README to rst and having setup.py consume it as the long_description. * Fix long string in setup.py for pep8 compliance * Open README.rst as read-only * Update usages of root README.md to README.rst Unsure about the file ./packaging/debian/docs as it (only) contains the text README.md. I believe it's referencing ./packaging/debian/README.md but maybe someone who knows debian packaging could review it? * Pick up fixes that had been merged into README.md after the initial conversion to rst
22 lines
589 B
Text
22 lines
589 B
Text
prune ticket_stubs
|
|
prune hacking
|
|
include README.rst COPYING
|
|
include SYMLINK_CACHE.json
|
|
include requirements.txt
|
|
include .coveragerc
|
|
include .yamllint
|
|
include examples/hosts
|
|
include examples/ansible.cfg
|
|
recursive-include lib/ansible/module_utils/powershell *
|
|
recursive-include lib/ansible/modules *
|
|
recursive-include lib/ansible/galaxy/data *
|
|
recursive-include docs *
|
|
recursive-include licenses *
|
|
recursive-include packaging *
|
|
recursive-include test *
|
|
include Makefile
|
|
include VERSION
|
|
include MANIFEST.in
|
|
include CHANGELOG.md
|
|
include contrib/README.md
|
|
recursive-include contrib/inventory *
|