aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authortassaron2022-05-09 22:04:50 -0400
committertassaron2022-05-09 22:05:05 -0400
commite1cb15c639b950014bfce24ad292491292c50b0f (patch)
tree61e490c1c65a25d4d8bc2e93e2bbc7024da73423 /setup.py
parent401fbb9e395c266923b2ae46d0a7af14e0bf71fa (diff)
include test data in package, pytest-qt plugin for testing Qt event loop, remove useless pytest fixtures
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0ed943c..9a8c5ca 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,8 @@ setup(
'Pillow',
'PyQt5',
'numpy',
- 'pytest'
+ 'pytest',
+ 'pytest-qt',
],
entry_points={
'console_scripts': [