diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-10 09:00:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-10 09:00:28 +0100 |
commit | 161c4639cd6398f5dfcc1f72c121b0376670fc48 (patch) | |
tree | 9e1b9dc4d35ff9a3aed5a7e377eb24de15909bbb | |
parent | 02aad83177bbee3c717abe186a89c4aed24067c3 (diff) | |
download | gemato-161c4639cd6398f5dfcc1f72c121b0376670fc48.tar.gz |
Package bash utilities as well
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index f671d8a..5d0acfa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include COPYING include tox.ini include bin/gemato include tests/*.py +include utils/*.bash include utils/*.py |