From: Oleg Broytman Date: Thu, 28 Dec 2023 11:22:26 +0000 (+0300) Subject: Build(setup.py): Add `wx` extra X-Git-Tag: 0.3.0~9^2~34 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=ebaaacf602272d29b0f851cb97a2e57083b6b37b Build(setup.py): Add `wx` extra [skip ci] --- diff --git a/setup.py b/setup.py index 2dc274f..8670397 100755 --- a/setup.py +++ b/setup.py @@ -79,5 +79,6 @@ setup( extras_require={ 'pbar': ['m_lib>=3.1'], 'web': ['bottle', 'CT3'], + 'wx': ['wxPython'], }, )