diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 17:40:50 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 17:40:50 -0500 |
commit | 9da7398193702615344a113d93dda1314db53eb1 (patch) | |
tree | c710f1b119ba53dd6529152cc6786e8e4cece1d9 /MANIFEST.in | |
parent | 8bf9eed9787bad644727e08d72824aa345d947bc (diff) | |
download | cmd2-git-9da7398193702615344a113d93dda1314db53eb1.tar.gz |
Remove all use of AppVeyor for Windows testing because it is slower than GitHub Actions for the same purpose
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 165268a8..2e8c08cd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,4 @@ recursive-include examples * recursive-include tests * recursive-include docs * recursive-exclude docs/_build * -exclude .appveyor.yml .github .gitignore azure-pipelines.yml tasks.py +exclude .github .gitignore azure-pipelines.yml tasks.py |