diff options
| author | Jannis Leidel <jannis@leidel.info> | 2009-10-11 23:53:10 +0200 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2009-10-11 23:53:10 +0200 |
| commit | 944ae98b10d38936e9493064ecc1d38a056307ed (patch) | |
| tree | 70c22dc44d84e0c97dbe5184f683220e9936c3e5 | |
| parent | dcc66e813d10098aa88eaa3be169cbc2e8b301b6 (diff) | |
| download | python-setuptools-git-944ae98b10d38936e9493064ecc1d38a056307ed.tar.gz | |
Make sure the Sphinx theme nature is included in the sdist
--HG--
branch : distribute
extra : rebase_source : 5dfd01f1594ebc0732bd6abe2ed93c8337adbd1e
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b678dac4..1db36bfe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ recursive-include setuptools *.py *.txt *.exe recursive-include tests *.py *.c *.pyx *.txt -recursive-include docs *.py *.txt Makefile +recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile include *.py include *.txt include MANIFEST.in |
