diff options
| author | tassaron | 2022-04-22 17:09:50 -0400 |
|---|---|---|
| committer | tassaron | 2022-04-22 17:09:50 -0400 |
| commit | 05d2ebc3c69f5a876d602004f69202c5ba8b09f7 (patch) | |
| tree | ea3eeb6f356ed2cb06b536878134dace39b38eb4 /MANIFEST.in | |
| parent | 2a66c3b77bb8c438a3f278da2d4d90a7ee476feb (diff) | |
make pip-installable as a package
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..2b2d794 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,7 @@ +recursive-include src/tests +include src/components/*.ui +include src/gui/*.ui +include src/gui/background.png +include src/encoder-options.json +global-exclude src/components/__template__.ui +global-exclude *.py[cod] |
