From aac9cf13594bb5fd7797c3f323ce645d6e5606ef Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 4 Aug 2010 13:00:20 +0200 Subject: [PATCH] Include Sphinx scripts, pylintrc, tests and test data in PyPI packages --- MANIFEST.in | 9 +++++---- docs/changes.rst | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) 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)