summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-04-28 16:40:22 +0200
committerVincent Driessen <me@nvie.com>2016-04-28 16:40:22 +0200
commite5320a6f68ddec847fa7743ff979df8325552ffd (patch)
treefcd11d5730c44090dd8095fc7d32db677adfa3dd /MANIFEST.in
parent25c95ace1d0b55641b75030568eefbccd245a6e3 (diff)
downloadgitpython-e5320a6f68ddec847fa7743ff979df8325552ffd.tar.gz
Include doc sources in sdist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 49297210..15ac959e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,6 +5,8 @@ include AUTHORS
include README
include requirements.txt
+recursive-include doc *
+
graft git/test/fixtures
graft git/test/performance