Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r0f1 committed Dec 13, 2024
1 parent 70f711b commit a41db7b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## Making a new release

* (On Raspberry Pi) Run `pytest`.
* Go to pyproject.toml and increase the version number
* Go to docs/source/conf.py and increase the version number
* Merge into main
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ dev-dependencies = [
"sphinx-autobuild>=2024.10.3",
"sphinx>=8.1.3",
]

[tool.hatch.build.targets.wheel]
packages = ["src/sts1_sensors"]
1 change: 1 addition & 0 deletions src/sts1_sensors/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .sensors import *
6 changes: 2 additions & 4 deletions src/sts1_sensors/sensors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
from .BME688 import BME688
from .BMM150 import BMM150
from .GUVA_C32 import GUVA_C32
from .L3GD20H import L3GD20H
from .ADXL345 import *
from .TMP112 import *
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a41db7b

Please sign in to comment.