test_ok2/MANIFEST.in

35 lines
511 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
2012-10-20 23:08:02 +08:00
include tox.ini
include setup.py
include .coveragerc
2015-11-25 03:49:19 +08:00
include plugin-test.sh
include requirements-docs.txt
include runtox.py
recursive-include bench *.py
recursive-include extra *.py
graft testing
graft doc
exclude _pytest/impl
graft _pytest/vendored_packages
recursive-exclude * *.pyc *.pyo
exclude appveyor/install.ps1
exclude appveyor.yml
exclude appveyor
exclude ISSUES.txt
exclude HOWTORELEASE.rst