Skip to content

Commit 0b1a2bc

Browse files
committed
Don't ship compiled .mpy
1 parent a04c9b9 commit 0b1a2bc

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ruff check
8989
Before running tests, install the test dependencies:
9090

9191
```bash
92-
cat test-requirements.txt | grep -v "^$" | xargs -n 1 micropython -m mip install
92+
./bin/setup
9393
```
9494

9595
Then, you can run the tests using the micropython version of `unittest`:

bin/compile

Lines changed: 0 additions & 11 deletions
This file was deleted.

manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
metadata(
22
description="Async logging over MQTT for micropython",
3-
version="0.1.0"
3+
version="0.1.1"
44
)
55

66
require("logging")

mqlog/__init__.mpy

-685 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"urls": [
3-
["mqlog/__init__.mpy", "github:solanus-systems/mqlog/mqlog/__init__.mpy"]
3+
["mqlog/__init__.py", "github:solanus-systems/mqlog/mqlog/__init__.py"]
44
],
55
"deps": [
66
["logging", "latest"]
77
],
8-
"version": "0.1.0"
8+
"version": "0.1.1"
99
}

0 commit comments

Comments
 (0)