diff options
author | Lionel <lionel.miquel46@gmail.com> | 2018-12-16 14:52:12 +0100 |
---|---|---|
committer | Lionel <lionel.miquel46@gmail.com> | 2018-12-16 14:52:12 +0100 |
commit | 469adba31f7ec1b5e2fa167db2b8fe9718d972fa (patch) | |
tree | 9079c0294a7cfdb11233eccc20bd6f94c30f875a /MANIFEST.in | |
parent | 26a854d455976caf2edbd124fc2bfe066ce61403 (diff) | |
download | aneatocli-469adba31f7ec1b5e2fa167db2b8fe9718d972fa.tar.gz aneatocli-469adba31f7ec1b5e2fa167db2b8fe9718d972fa.zip |
Added files for pip packages. Also added a test file that doesn't work (sadly) for the moment.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..7ac0bad --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include README.rst +include LICENSE +include requirements.txt +include botvac/ressources/*.svg +include botvac/ressources/*.png +include botvac/rsc.qrc |