diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-14 16:05:43 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-14 16:05:43 +0100 |
commit | e1ad78eb7494513f6c53f0226fe3cb7df4e67513 (patch) | |
tree | 70be2f0bc96f46a21663ef2156991b408f2e5155 | |
parent | c5452aa820c0f5c2454642587ff6a3bd6d96eaa1 (diff) | |
download | gitpython-e1ad78eb7494513f6c53f0226fe3cb7df4e67513.tar.gz |
Assure requirements.txt ends up in the distribution as well
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 89f5b92d..95b2e883 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ include LICENSE include CHANGES include AUTHORS include README +include requirements.txt graft git/test/fixtures graft git/test/performance diff --git a/requirements.txt b/requirements.txt index c8a4a414..77af7ff8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ GitPython -gitdb >= 0.6.0
\ No newline at end of file +gitdb>=0.6.0
\ No newline at end of file |