1.0.0
-
Bump to version 1.0.0. [Remco Haszing]
-
Setup automatic deployments. [Remco Haszing]
-
Add read the docs badge. [Remco Haszing]
-
Configure readthedocs. [Remco Haszing]
-
Fix console_scripts. [Remco Haszing]
-
Set type of port to int. [Raghu Rajagopalan]
-
Bump requirements and fix build. [Remco Haszing]
-
Work around bug in mock with autospec=True. [Remco Haszing]
-
Add some minimal tests. [Remco Haszing]
-
Remove MANIFEST.in. [Remco Haszing]
It's not needed.
-
Use single module for wakeonlan. [Remco Haszing]
There's no need to nest the module as
wakeonlan.wol
.This is a breaking change.
-
Replace script with console script. [Remco Haszing]
wol.py can now be used as a standalone script as well.
-
Setup travis, tox and flake8. [Remco Haszing]
-
Merge pull request #3 from vasily-v-ryabov/master. [Remco Haszing]
Repeat dst MAC address 16 times according to the specification.
-
Repeat dst MAC address 16 times according to the specification.
[Vasily Ryabov]