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 2a25d0b commit dcf12f9Copy full SHA for dcf12f9
pyproject.toml
@@ -12,6 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ina219"
14
description = "CircuitPython library for INA219 high side DC current sensor."
15
+version = "0.0.0-auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
@@ -40,12 +41,10 @@ classifiers = [
40
41
"License :: OSI Approved :: MIT License",
42
"Programming Language :: Python :: 3",
43
]
-dynamic = ["version", "dependencies"]
44
+dynamic = ["dependencies"]
45
46
[tool.setuptools]
47
py-modules = ["adafruit_ina219"]
48
49
[tool.setuptools.dynamic]
50
dependencies = {file = ["requirements.txt"]}
-
51
-[tool.setuptools_scm]
0 commit comments