diff --git a/QNotifications/__init__.py b/QNotifications/__init__.py index 3e263ed..98e7385 100644 --- a/QNotifications/__init__.py +++ b/QNotifications/__init__.py @@ -17,7 +17,7 @@ You should have received a copy of the GPLv3 License along with this module.>. """ -__version__ = "2.0.2" +__version__ = "2.0.3" __author__ = "Daniel Schreij (dschreij@gmail.com)" # Do some base imports diff --git a/setup.py b/setup.py index f38b536..51cb702 100644 --- a/setup.py +++ b/setup.py @@ -29,10 +29,7 @@ author_email='dschreij@gmail.com', url='https://github.com/dschreij/QNotifications', packages=find_packages('.'), - install_requires=[ - 'qtpy', - 'PyQt5' - ], + install_requires=['qtpy'], classifiers=[ 'Intended Audience :: Developers', 'Topic :: Desktop Environment', diff --git a/upload_to_pypi b/upload_to_pypi old mode 100644 new mode 100755