8000 Preparations for 0.2.6 release · safufude/lib-python@1f8f9e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f8f9e5

Browse files
committed
Preparations for 0.2.6 release
1 parent 3065d5d commit 1f8f9e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blynktimer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 Anton Morozenko
1+
# Copyright (c) 2019-2020 Anton Morozenko
22
"""
33
Polling timers for functions.
44
Registers timers and performs run once or periodical function execution after defined time intervals.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author_email='antoha.ua@gmail.com',
1616
setup_requires=['pytest-runner', ],
1717
tests_require=['pytest', 'pytest-mock>=1.11.2', ],
18-
py_modules=['blynklib', 'blynktimer'],
18+
py_modules=['blynklib', 'blynktimer', 'blynklib_mp'],
1919
classifiers=[
2020
"Programming Language :: Python :: 2.7",
2121
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)
0