Corrections

This commit is contained in:
emdee 2022-11-18 16:16:26 +00:00
parent bdedba8d11
commit 48a4b37b76
3 changed files with 8 additions and 5 deletions

View file

@ -27,7 +27,8 @@ if __name__ == '__main__':
python_requires="~=3.6",
# probably works on PyQt6 and PySide2 but untested
# https://github.com/CabbageDevelopment/qasync/
install_requires=['qasync', 'PyQt5'],
install_requires=['qasync',
'PyQt5'],
entry_points={
'console_scripts': ['phantompy = phantompy.__main__:iMain', ]},
classifiers=[