Skip to content

Commit

Permalink
Options for PyQt5 and PySide2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodd committed Feb 7, 2022
1 parent ec103ef commit 23ac36a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ install_requires =
qtpy
python_requires = >=3.6

[options.extras_require]
PyQt5 = pyqt5
PySide2 = pyside2

[options.entry_points]
gui_scripts =
lineprofilergui = lineprofilergui.main:main

0 comments on commit 23ac36a

Please sign in to comment.