We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4036a commit ef02603Copy full SHA for ef02603
setup.py
@@ -7,7 +7,7 @@
7
description="Frame-based streaming protocol for embedded applications.",
8
author="Bas Stottelaar",
9
author_email="basstottelaar@gmail.com",
10
- py_modules=["tinylink"],
+ packages=["tinylink"],
11
license = "MIT",
12
keywords = "python embedded arm arduino tinylink streaming serial",
13
test_suite="tests",
0 commit comments