jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Replace pywin32 requirement with pypiwin32. #12

Closed florianluediger closed 7 years ago

florianluediger commented 7 years ago

pywin32 is not installable with pip since python version 3.4, so replacing it with pypiwin32 fixes installation for newer python versions over pip. Please remember to update win10toast in the PyPi repositories after merging.