bcrypt/MANIFEST.in
Paul Kehrer 044605b687 add build scripts for creating manylinux1 wheels (#89)
* add build scripts for creating manylinux1 wheels

* update manifest to make check-manifest happy

* quote some things

* more review feedback
2016-12-17 14:24:23 -05:00

14 lines
255 B
Plaintext

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