fix #1185 - ensure MANIFEST.in exactly matches what should go to a sdist

This commit is contained in:
Ronny Pfannschmidt 2015-11-22 00:10:19 +01:00
parent f508a52ca9
commit 141a463fed
2 changed files with 32 additions and 4 deletions

View File

@ -17,6 +17,7 @@
- fix the summary printed when no tests did run.
Thanks Florian Bruhin for the PR.
- fix #1185 - ensure MANIFEST.in exactly matches what should go to a sdist
2.8.3
-----

View File

@ -1,7 +1,34 @@
include CHANGELOG
include README.rst
include setup.py
include tox.ini
include LICENSE
graft doc
include AUTHORS
include README.rst
include CONTRIBUTING.rst
include tox.ini
include setup.py
include .coveragerc
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
exclude plugin-test.sh
exclude requirements-docs.txt
exclude runtox.py