summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJonas Trappenberg <jonas@trappenberg.ch>2015-01-21 22:26:52 -0800
committerJonas Trappenberg <jonas@trappenberg.ch>2015-01-21 22:26:52 -0800
commit98a17a28a21fe5f06dd2da561839fdbaa1912c64 (patch)
tree79725b5a5696f2b078bce7307f65d8471390073a /MANIFEST.in
parent2a9b2f22c6fb5bd3e30e674874dbc8aa7e5b00ae (diff)
downloadgitpython-98a17a28a21fe5f06dd2da561839fdbaa1912c64.tar.gz
Add SSH wrapper to MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 95b2e883..4c02e39a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,7 +4,7 @@ include CHANGES
include AUTHORS
include README
include requirements.txt
+include scripts/ssh_wrapper.py
graft git/test/fixtures
graft git/test/performance
-