Skip to content

Commit c60f8aa

Browse files
authored
Add authors and urls fields to pyproject.toml
1 parent 20c24c3 commit c60f8aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ requires = [
1313
name = "adafruit-circuitpython-ina219"
1414
description = "CircuitPython library for INA219 high side DC current sensor."
1515
readme = "README.rst"
16+
authors = [
17+
{name = "Adafruit Industries", email = "[email protected]"}
18+
]
19+
urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_INA219"}
1620
keywords = [
1721
"adafruit",
1822
"blinka",

0 commit comments

Comments
 (0)