MANIFEST.in 332 B

123456
  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 .coveragerc .editorconfig .gitattributes .gitignore .mailmap .travis.yml Vagrantfile
  5. prune .travis
  6. prune .github