Skip to content

Commit ae5b1c3

Browse files
authored
Update pyproject.toml (#12)
* Update pyproject.toml * Create __init__.py * Fix lint
1 parent 52f03cb commit ae5b1c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "proves-circuitpython-rv3028"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "RV3028 device driver"
55
readme = "README.md"
66
requires-python = ">=3.12.3"
@@ -13,6 +13,9 @@ dev = [
1313
"pytest==8.4.1",
1414
]
1515

16+
[tool.setuptools.packages.find]
17+
include = ["rv3028*"]
18+
1619
[tool.ruff.format]
1720
# Use `\n` line endings for all files
1821
line-ending = "lf"
@@ -30,7 +33,7 @@ skip_covered = false
3033
include = [
3134
"rv3028/registers.py",
3235
"rv3028/rv3028.py",
33-
]
36+
]
3437

3538
[tool.coverage.html]
3639
directory = ".coverage-reports/html"

rv3028/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)