* Switch to Jenkinsfile for jenkins job configuration * exclude Jenkinsfile from the package * add freebsd and separate scm checkout stage * try to add some color * prettier ansicolor wrapper + a build timeout * try a thing * what is going on * this should be dumb and wrong * how 'bout this * this should work
14 lines
267 B
Plaintext
14 lines
267 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 Jenkinsfile
|
|
|
|
recursive-exclude wheel-scripts *
|
|
|
|
prune .travis
|