Skip to content

Commit 6ccb994

Browse files
committed
fix fake bme dep
1 parent e71e932 commit 6ccb994

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ classifiers = [
4141
"Programming Language :: Python :: 3",
4242
]
4343
dynamic = ["dependencies", "optional-dependencies"]
44-
dependencies = ["toml"]
44+
dependencies = [
45+
"toml"
46+
]
4547

4648
[tool.setuptools]
4749
packages = ["fake_bme280"]

0 commit comments

Comments
 (0)