diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-11 17:31:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-11 17:31:55 +0100 |
commit | 735fb85228aad0fa5326f4235e349e360631823c (patch) | |
tree | 74667b1cc651337df06054d5574a61390e0f05b6 /MANIFEST.in | |
parent | 60b537c2bf2f9d1b9467d173681241c51b58ead2 (diff) | |
download | gemato-735fb85228aad0fa5326f4235e349e360631823c.tar.gz |
Switch to flit
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 5d0acfa..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include COPYING -include tox.ini -include bin/gemato -include tests/*.py -include utils/*.bash -include utils/*.py |