Skip to content

Commit c472cea

Browse files
committed
Fix packaging
- Remove PyQt5 dependency - Bump to 2.0.3 - Made upload script executable
1 parent 9708377 commit c472cea

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

QNotifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
You should have received a copy of the GPLv3 License
1818
along with this module.>.
1919
"""
20-
__version__ = "2.0.2"
20+
__version__ = "2.0.3"
2121
__author__ = "Daniel Schreij (dschreij@gmail.com)"
2222

2323
# Do some base imports

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
author_email='dschreij@gmail.com',
3030
url='https://github.com/dschreij/QNotifications',
3131
packages=find_packages('.'),
32-
install_requires=[
33-
'qtpy',
34-
'PyQt5'
35-
],
32+
install_requires=['qtpy'],
3633
classifiers=[
3734
'Intended Audience :: Developers',
3835
'Topic :: Desktop Environment',

upload_to_pypi

100644100755
File mode changed.

0 commit comments

Comments
 (0)