bcrypt/MANIFEST.in
Paul Kehrer 2c36d3a096 Switch to Jenkinsfile for jenkins job configuration (#108)
* 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
2017-04-28 12:34:27 -04:00

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