diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 11:54:57 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 11:55:59 -0400 |
commit | 9fbf26bbe089875ab88543c9043962d6d195a4f0 (patch) | |
tree | 1f5a32151ac6fadb45c2206ee01133683ffab738 /MANIFEST.in | |
parent | a038fd7e12e6ca9cbb31e75d7ac63edb8a879f83 (diff) | |
download | b4-9fbf26bbe089875ab88543c9043962d6d195a4f0.tar.gz |
Add docs and manpages
This should be most of what's needed for the pip release.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..3467552 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include COPYING +include man/*.rst |