mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-01-23 02:35:37 +00:00
Add more files to ignore to MANIFEST.in
This commit is contained in:
parent
fb890e9756
commit
699a9e03f3
1 changed files with 30 additions and 0 deletions
30
MANIFEST.in
30
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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue