MANIFEST.in 286 B

12345678910
  1. include DESCRIPTION.rst
  2. # Include the test suite (FIXME: does not work yet)
  3. # recursive-include tests *
  4. # If using Python 2.6 or less, then have to include package data, even though
  5. # it's already declared in setup.py
  6. include ooinstall/*
  7. include ansible.cfg
  8. include ansible-quiet.cfg