diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-04-19 13:26:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-19 12:26:06 -0500 |
| commit | 2e6287ce2311d96b792cbc0acc311c7e8ff980db (patch) | |
| tree | 1146f12ea11d85c124203cf2d2c84484c892e423 | |
| parent | dca40f024498c73d2b9805439ea65eefbf51b008 (diff) | |
| download | py-bcrypt-git-2e6287ce2311d96b792cbc0acc311c7e8ff980db.tar.gz | |
Remove reference to azure pipelines from manifest.in (#203)
| -rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 31cb2a0..5a6604a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,9 +8,6 @@ include src/build_bcrypt.py recursive-include src/_csrc * recursive-include tests *.py -exclude requirements.txt release.py .travis.yml azure-pipelines.yml - -exclude .azure-pipelines -recursive-exclude .azure-pipelines * +exclude requirements.txt release.py .travis.yml prune .travis |
