kfix / SleepProxyServer

mDNS (Bonjour) Sleep Proxy Server (python 2 implementation) for Mac OSX "Wake on Demand"
BSD 2-Clause "Simplified" License
31 stars 9 forks source link

Extra D in py2-ipaddress requirement in setup.py #4

Closed austinmarkus closed 5 years ago

austinmarkus commented 6 years ago

Setup fails because the there is a typo in setup.py, py2-ipadddress should be changed to py2-ipaddress to work correctly.

kfix commented 5 years ago

Thanks @austinmarkus !