Skip to content

Commit 8d91629

Browse files
committed
pyproject: add classifiers
These will be displayed on pypi.
1 parent 5a6845b commit 8d91629

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ license = "MIT"
88
readme = "README.rst"
99
homepage = "https://pybricks.com"
1010
repository = "https://github.com/pybricks/pybricksdev"
11+
classifiers = [
12+
"Development Status :: 3 - Alpha",
13+
"Intended Audience :: Developers",
14+
"Natural Language :: English",
15+
"Operating System :: OS Independent",
16+
]
1117

1218
[tool.poetry.scripts]
1319
pybricksdev = 'pybricksdev.cli:main'

0 commit comments

Comments
 (0)