Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

Allow pyPushBullet to be installed via pip #24

Closed ghost closed 9 years ago

ghost commented 9 years ago

You may want to grab these changes as a patch and squash them.

The version and author info can/should be changed in setup.py. init.py is blank which means the behaviour on import stays the same.

With this merged, pip install https://github.com/Azelphur/pyPushBullet will install pyPushBullet and all dependencies. Closes #23.

Azelphur commented 9 years ago

Didn't see anything that needed to be changed in setup.py, looks like you have it all correct?

Thanks :)