Skip to content

Commit

Permalink
Merge pull request #11 from smathot/sebastiaan_edits
Browse files Browse the repository at this point in the history
Fix packaging 2.0.3
  • Loading branch information
dschreij committed Nov 28, 2018
2 parents 9708377 + c472cea commit 05e9934
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion QNotifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Empty file modified upload_to_pypi
100644 → 100755
Empty file.

0 comments on commit 05e9934

Please sign in to comment.