Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 9d81f5b

Browse files
committed
fix(setup): BlynkTimer module not included in setup.py
Fixes #34
1 parent 143f446 commit 9d81f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author = "Volodymyr Shymanskyy",
1313
author_email = "[email protected]",
1414

15-
py_modules = ['BlynkLib'],
15+
py_modules = ['BlynkLib', 'BlynkTimer'],
1616

1717
classifiers = [
1818
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)