MANIFEST.in 294 B

12345
  1. # stuff we need to include into the sdist is handled automatically by
  2. # setuptools_scm - it includes all git-committed files.
  3. # but we want to exclude some committed files/dirs not needed in the sdist:
  4. exclude .coafile .editorconfig .gitattributes .gitignore .mailmap Vagrantfile
  5. prune .github