We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71e932 commit 6ccb994Copy full SHA for 6ccb994
1 file changed
pyproject.toml
@@ -41,7 +41,9 @@ classifiers = [
41
"Programming Language :: Python :: 3",
42
]
43
dynamic = ["dependencies", "optional-dependencies"]
44
-dependencies = ["toml"]
+dependencies = [
45
+ "toml"
46
+]
47
48
[tool.setuptools]
49
packages = ["fake_bme280"]
0 commit comments