Skip to content

Commit

Permalink
Merge branch 'class_refactorings'
Browse files Browse the repository at this point in the history
  • Loading branch information
r0f1 committed Dec 13, 2024
2 parents 249cd00 + a41db7b commit 77bc9ca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 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
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'sts1-sensors'
copyright = '2024, Simon Köfinger, Florian Rohrer'
author = 'Simon Köfinger, Florian Rohrer'
release = 'v0.3.4'
release = 'v0.3.5'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sts1_sensors"
version = "0.3.4"
version = "0.3.5"
description = "A sensor library for the CubeSat STS1 (TU Wien Space Team)."
readme = "README.md"
requires-python = ">=3.13"
Expand All @@ -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 77bc9ca

Please sign in to comment.