Skip to content

Commit 2e2e1e6

Browse files
add package.json file for mip installation
1 parent 9fdbe4a commit 2e2e1e6

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ trim_trailing_whitespace = true
1515
[*.py]
1616
indent_size = 4
1717

18+
[*.json]
19+
indent_size = 4
20+
21+
# 2 space indentation
1822
[*.yml]
1923
indent_size = 2
2024

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"urls": [
3+
[
4+
"lcd_i2c/__init__.py",
5+
"github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/__init__.py"
6+
],
7+
[
8+
"lcd_i2c/const.py",
9+
"github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/const.py"
10+
],
11+
[
12+
"lcd_i2c/lcd_i2c.py",
13+
"github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/lcd_i2c.py"
14+
],
15+
[
16+
"lcd_i2c/typing.py",
17+
"github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/typing.py"
18+
],
19+
[
20+
"lcd_i2c/version.py",
21+
"github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/version.py"
22+
]
23+
],
24+
"deps": [
25+
],
26+
"version": "0.1.0"
27+
}

0 commit comments

Comments
 (0)