MANIFEST.in 238 B

12345678
  1. include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
  2. exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile
  3. prune .travis
  4. prune .github
  5. graft src
  6. graft docs
  7. prune docs/_build
  8. global-exclude *.py[co] *.orig *.so *.dll