Skip to content

Commit ef02603

Browse files
committed
Fixed setup.py
1 parent be4036a commit ef02603

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
@@ -7,7 +7,7 @@
77
description="Frame-based streaming protocol for embedded applications.",
88
author="Bas Stottelaar",
99
author_email="basstottelaar@gmail.com",
10-
py_modules=["tinylink"],
10+
packages=["tinylink"],
1111
license = "MIT",
1212
keywords = "python embedded arm arduino tinylink streaming serial",
1313
test_suite="tests",

0 commit comments

Comments
 (0)