Skip to content

Commit

Permalink
Add more files to ignore to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
balta2ar committed Jun 2, 2018
1 parent fb890e9 commit 699a9e0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions MANIFEST.in
@@ -1,3 +1,33 @@
include requirements*.txt
include CONTRIBUTING.md
include LICENSE

exclude .coveragerc
exclude .ctags
exclude .gitattributes
exclude .github/ISSUE_TEMPLATE.md
exclude .github/PULL_REQUEST_TEMPLATE.md
exclude .gitignore
exclude .travis.yml
exclude AUTHORS.md
exclude CHANGELOG.md
exclude README.md
exclude appveyor.yml
exclude appveyor/install.ps1
exclude appveyor/run_with_env.cmd
exclude assets/hat-logo.svg
exclude coursera-dl
exclude coursera-dl.bat
exclude deploy/.netrc
exclude deploy/Dockerfile
exclude deploy/README.md
exclude deploy/build.sh
exclude deploy/download.sh
exclude fabfile.py
exclude tox.ini

prune appveyor/
prune assets/
prune deploy/
prune coursera/test/
prune .github/

0 comments on commit 699a9e0

Please sign in to comment.