test_ok2/MANIFEST.in

37 lines
649 B
Plaintext
Raw Normal View History

include CHANGELOG.rst
include LICENSE
include AUTHORS
2012-11-20 21:37:39 +08:00
include README.rst
include CONTRIBUTING.rst
2016-08-24 05:59:59 +08:00
include HOWTORELEASE.rst
2012-10-20 23:08:02 +08:00
include tox.ini
include setup.py
recursive-include scripts *.py
recursive-include scripts *.bat
include .coveragerc
recursive-include bench *.py
recursive-include extra *.py
graft testing
graft doc
prune doc/en/_build
exclude _pytest/impl
graft _pytest/vendored_packages
recursive-exclude * *.pyc *.pyo
recursive-exclude testing/.hypothesis *
recursive-exclude testing/freeze/~ *
recursive-exclude testing/freeze/build *
recursive-exclude testing/freeze/dist *
exclude appveyor.yml
exclude .travis.yml
prune .github