-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect isAlive() and update email
Version 1.3.3. Very surprised that this isAlive typo has not been spotted earlier. Really need to add some type checking with mypy, I guess.
- Loading branch information
2Franix
committed
Sep 14, 2021
1 parent
d4fd1ad
commit a36100b
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,9 +52,9 @@ def installRequirement(requirementName): | |
description='Alarm system built on top of Linknx', | ||
long_description=''.join(open('README.md').readlines()), | ||
author='Cyrille Defranoux', | ||
author_email='[email protected]', | ||
author_email='[email protected]', | ||
maintainer='Cyrille Defranoux', | ||
maintainer_email='[email protected]', | ||
maintainer_email='[email protected]', | ||
license='GNU Public General License', | ||
url='https://github.com/2franix/homewatcher/', | ||
requires=['pyknx (>=2.0)'], | ||
|