Skip to content

Commit 823e23e

Browse files
authored
Merge pull request #13 from ericzundel/ericzundel/add-pypi-description
Adds a non-blank description to pyproject.toml
2 parents 692b923 + 49567a1 commit 823e23e

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)