Skip to content

Commit 49567a1

Browse files
committed
Adds a non-blank description to pyproject.toml
Ads a non-blank description to the project.description field in pyproject.toml. I'm hoping this will assist the Adafruit_CircuitPython_Bundle tooling.
1 parent 692b923 commit 49567a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212

1313
[project]
1414
name = "adafruit-circuitpython-json-stream"
15-
description = ""
15+
description = "Minimal reimplementation of json-stream for CircuitPython"
1616
version = "0.0.0+auto.0"
1717
readme = "README.rst"
1818
authors = [

0 commit comments

Comments
 (0)