We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6845b commit 8d91629Copy full SHA for 8d91629
pyproject.toml
@@ -8,6 +8,12 @@ license = "MIT"
8
readme = "README.rst"
9
homepage = "https://pybricks.com"
10
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
+]
17
18
[tool.poetry.scripts]
19
pybricksdev = 'pybricksdev.cli:main'
0 commit comments