diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-04-24 12:29:59 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-04-24 12:29:59 -0400 |
commit | 499d53854a453070a40b862e3ef8223299c1cf5f (patch) | |
tree | a2b07ebbfe65f34303406d376688189a8cc5dd23 | |
parent | 0aa1f28a98eca828dae6e5ea57ec2239a0659677 (diff) | |
download | b4-499d53854a453070a40b862e3ef8223299c1cf5f.tar.gz |
Add example files to manifestv0.4.0
We want to make those available to pip installs.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 3467552..484d8c2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include COPYING include man/*.rst +include *.example |