Skip to content

Commit

Permalink
Add authors and urls fields to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Jul 4, 2022
1 parent 5e9c802 commit 3d13679
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ requires = [
name = "adafruit-circuitpython-bme680"
description = "CircuitPython driver for BME680 sensor over I2C"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "[email protected]"}
]
urls = {Homepage = "https://github.com/adafruit/Adafruit_CircuitPython_BME680"}
keywords = [
"adafruit",
"blinka",
Expand Down

0 comments on commit 3d13679

Please sign in to comment.