* add build scripts for creating manylinux1 wheels * update manifest to make check-manifest happy * quote some things * more review feedback
14 lines
255 B
Plaintext
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
|