Skip to content

Commit

Permalink
touch up installer to allow for automated install of Pyside2 by choos…
Browse files Browse the repository at this point in the history
…ing "pip install rfcat[specan]
  • Loading branch information
atlas0fd00m committed Aug 11, 2022
1 parent 3278733 commit a953946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rflib/rflib_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RFLIB_VERSION=624
RFLIB_VERSION=625
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ def readme():
ext_modules = mods,
scripts = scripts,
install_requires = requirements,
extras_require={
'specan': [
'PySide2==5.12.0',
]
},
classifiers = [
# How mature is this project? Common values are
# 3 - Alpha
Expand Down

0 comments on commit a953946

Please sign in to comment.