diff --git a/MANIFEST.in b/MANIFEST.in index 6235b2c8..cb752f87 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ -include COPYING -include *.rst -include requirements*.txt -recursive-include docs *.rst +include COPYING pylintrc *.rst *.txt +recursive-include docs * +prune docs/_build +recursive-include tests *.py +recursive-include tests/data * diff --git a/docs/changes.rst b/docs/changes.rst index 11d98905..b9981c53 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -13,6 +13,8 @@ Another great release. **Changes** - Exit early if not Python >= 2.6, < 3. +- Include Sphinx scripts for building docs, pylintrc, tests and test data in + the packages created by ``setup.py`` for i.e. PyPI. 0.1.0a3 (2010-08-03)