Skip to content

Commit 5e4612e

Browse files
committed
Move dir to match other radio repo
1 parent b03477b commit 5e4612e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "proves-circuitpython-sx1280"
33
version = "2.0.0"
4-
description = "Flight Software for the PROVES Kit"
4+
description = "CircuitPython driver for the Semtech SX1280 LoRa radio transceiver."
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
@@ -11,11 +11,6 @@ dependencies = [
1111
"pre-commit==4.0.1",
1212
]
1313

14-
[tool.setuptools]
15-
packages = [
16-
"sx1280",
17-
]
18-
1914
[tool.ruff.format]
2015
# Use `\n` line endings for all files
2116
line-ending = "lf"

0 commit comments

Comments
 (0)