Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin authored May 31, 2023
1 parent efe338e commit 965b721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

setup(
name="Qmlview",
version="3.2.2b04",
version="3.2.2b05",
packages=find_packages(),
install_requires=['PyQt6-Qt6>=6.5.1', 'PyQt6'],
install_requires=['PyQt6-Qt6', 'PyQt6'],
entry_points={
'console_scripts': ['qmlview = Qmlview.qmlview:main_run'],
},
Expand Down

0 comments on commit 965b721

Please sign in to comment.