We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03477b commit 5e4612eCopy full SHA for 5e4612e
sx1280/sx1280.py proves_sx1280/sx1280.pysx1280/sx1280.py renamed to proves_sx1280/sx1280.py
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "proves-circuitpython-sx1280"
3
version = "2.0.0"
4
-description = "Flight Software for the PROVES Kit"
+description = "CircuitPython driver for the Semtech SX1280 LoRa radio transceiver."
5
readme = "README.md"
6
requires-python = ">=3.13"
7
dependencies = [
@@ -11,11 +11,6 @@ dependencies = [
11
"pre-commit==4.0.1",
12
]
13
14
-[tool.setuptools]
15
-packages = [
16
- "sx1280",
17
-]
18
-
19
[tool.ruff.format]
20
# Use `\n` line endings for all files
21
line-ending = "lf"
0 commit comments