We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9708377 + c472cea commit 05e9934Copy full SHA for 05e9934
QNotifications/__init__.py
@@ -17,7 +17,7 @@
17
You should have received a copy of the GPLv3 License
18
along with this module.>.
19
"""
20
-__version__ = "2.0.2"
+__version__ = "2.0.3"
21
__author__ = "Daniel Schreij (dschreij@gmail.com)"
22
23
# Do some base imports
setup.py
@@ -29,10 +29,7 @@
29
author_email='dschreij@gmail.com',
30
url='https://github.com/dschreij/QNotifications',
31
packages=find_packages('.'),
32
- install_requires=[
33
- 'qtpy',
34
- 'PyQt5'
35
- ],
+ install_requires=['qtpy'],
36
classifiers=[
37
'Intended Audience :: Developers',
38
'Topic :: Desktop Environment',
upload_to_pypi
100644
100755
0 commit comments