From f86c3e0a5376c73515607881a75d565ff3731c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sun, 8 Feb 2015 19:09:19 +0200 Subject: [PATCH] Update manifest to make a complete sdist. --- MANIFEST.in | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index dcf9ea45..f6c7bced 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,17 @@ -include *.rst -recursive-include pelican *.html *.css *png *.in *.rst *.md *.mkd *.xml *.py -include LICENSE THANKS docs/changelog.rst +graft pelican/themes +graft pelican/tests +graft pelican/tools/templates +graft docs +graft samples + +include tox.ini +include dev_requirements.txt +include bumpr.rc +include THANKS +include README.rst +include LICENSE +include CONTRIBUTING.rst +include .travis.yml +include .coveragerc +include .mailmap +exclude .gitattributes