jithurjacob / Windows-10-Toast-Notifications

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

Missing setuptools dependency #7

Closed eric-wieser closed 7 years ago

eric-wieser commented 7 years ago

setuptools is required for pkg_resources to be available

jithurjacob commented 7 years ago

are you saying to add it to requirements?

eric-wieser commented 7 years ago

Yes, because it is a requirement.

jithurjacob commented 7 years ago

Thank you for your help fixed the issue