bcrypt/MANIFEST.in
Paul Kehrer 61e833684f add azure pipelines wheel builder for bcrypt (#177)
* add azure pipelines wheel builder for bcrypt

* fix manifest, remove jenkins
2019-05-26 18:38:37 -04:00

17 lines
313 B
Plaintext

include LICENSE README.rst
include pyproject.toml
include tox.ini .coveragerc
include src/build_bcrypt.py
recursive-include src/_csrc *
recursive-include tests *.py
exclude requirements.txt tasks.py .travis.yml azure-pipelines.yml
exclude .azure-pipelines
recursive-exclude .azure-pipelines *
prune .travis