2016-01-06 06:01:41 +08:00
|
|
|
include CHANGELOG.rst
|
2015-11-22 07:10:19 +08:00
|
|
|
include LICENSE
|
|
|
|
include AUTHORS
|
|
|
|
|
2012-11-20 21:37:39 +08:00
|
|
|
include README.rst
|
2015-11-22 07:10:19 +08:00
|
|
|
include CONTRIBUTING.rst
|
2016-08-24 05:59:59 +08:00
|
|
|
include HOWTORELEASE.rst
|
2015-11-22 07:10:19 +08:00
|
|
|
|
2012-10-20 23:08:02 +08:00
|
|
|
include tox.ini
|
2015-11-22 07:10:19 +08:00
|
|
|
include setup.py
|
|
|
|
|
2016-11-12 03:31:36 +08:00
|
|
|
recursive-include scripts *.py
|
2016-11-12 22:29:40 +08:00
|
|
|
recursive-include scripts *.bat
|
2016-11-12 03:31:36 +08:00
|
|
|
|
2015-11-22 07:10:19 +08:00
|
|
|
include .coveragerc
|
|
|
|
|
|
|
|
recursive-include bench *.py
|
|
|
|
recursive-include extra *.py
|
|
|
|
|
2009-11-24 22:16:58 +08:00
|
|
|
graft testing
|
2015-11-22 07:10:19 +08:00
|
|
|
graft doc
|
2016-11-10 06:42:28 +08:00
|
|
|
prune doc/en/_build
|
2015-11-22 07:10:19 +08:00
|
|
|
|
|
|
|
exclude _pytest/impl
|
|
|
|
|
|
|
|
graft _pytest/vendored_packages
|
|
|
|
|
|
|
|
recursive-exclude * *.pyc *.pyo
|
2016-11-10 18:48:56 +08:00
|
|
|
recursive-exclude testing/.hypothesis *
|
|
|
|
recursive-exclude testing/freeze/~ *
|
|
|
|
recursive-exclude testing/freeze/build *
|
|
|
|
recursive-exclude testing/freeze/dist *
|
2015-11-22 07:10:19 +08:00
|
|
|
|
|
|
|
exclude appveyor.yml
|
2016-11-10 06:42:28 +08:00
|
|
|
exclude .travis.yml
|
|
|
|
prune .github
|