Skip to content

Commit 3d13679

Browse files
authored
Add authors and urls fields to pyproject.toml
1 parent 5e9c802 commit 3d13679

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-bme680"
1414
description = "CircuitPython driver for BME680 sensor over I2C"
1515
readme = "README.rst"
16+
authors = [
17+
{name = "Adafruit Industries", email = "[email protected]"}
18+
]
19+
urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_BME680"}
1620
keywords = [
1721
"adafruit",
1822
"blinka",

0 commit comments

Comments
 (0)