diff options
| author | tassaron | 2022-05-09 22:04:50 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-09 22:05:05 -0400 |
| commit | e1cb15c639b950014bfce24ad292491292c50b0f (patch) | |
| tree | 61e490c1c65a25d4d8bc2e93e2bbc7024da73423 /MANIFEST.in | |
| parent | 401fbb9e395c266923b2ae46d0a7af14e0bf71fa (diff) | |
include test data in package, pytest-qt plugin for testing Qt event loop, remove useless pytest fixtures
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2b2d794..6dda6ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include src/tests +include src/tests/* include src/components/*.ui include src/gui/*.ui include src/gui/background.png |
