forked from coursera-dl/coursera-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more files to ignore to MANIFEST.in
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/ |