Files
e3-core/MANIFEST.in
Olivier Ramonat 9762f49e05 Initial documentation, including plugin system doc
Add a sphinx 'docs' directory, start the documentation and add a note
about the plugin system in CONTRIBUTING.md.

Change-Id: I5d2887dea8b31764f21088c9bd2e4cb95fa21e4a
2016-01-11 23:36:19 +01:00

10 lines
254 B
Plaintext

# To verify the content, run ``check-manifest``
include README.md CONTRIBUTING.md
include tox.ini
include VERSION COPYING3
recursive-include docs *.rst *.py
recursive-include tests *.anod
recursive-include tests *.py
prune docs/_build
exclude .gitreview