Skip to content

Commit 24a4179

Browse files
authored
Merge pull request #38 from tekktrik/dev/2.1.0
Update pyproject.toml
2 parents fa0cb06 + ee63886 commit 24a4179

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,24 @@ classifiers = [
3232
"Topic :: Software Development :: Embedded Systems",
3333
"Topic :: System :: Hardware",
3434
"License :: OSI Approved :: MIT License",
35+
"Development Status :: 5 - Production/Stable",
36+
"Environment :: Console",
37+
"Natural Language :: English",
3538
"Programming Language :: Python :: 3.8",
3639
"Programming Language :: Python :: 3.9",
3740
"Programming Language :: Python :: 3.10",
3841
"Programming Language :: Python :: 3.11",
42+
"Programming Language :: Python :: 3.12",
43+
"Programming Language :: Python :: Implementation :: CPython",
3944
"Operating System :: Unix",
4045
"Operating System :: Microsoft :: Windows",
4146
"Operating System :: MacOS",
4247
]
4348
dynamic = ["version", "dependencies", "optional-dependencies"]
4449

4550
[project.urls]
46-
Homepage = "https://github.com/tekktrik/circlink"
47-
Repository = "https://github.com/tekktrik/circlink.git"
51+
Homepage = "https://github.com/tekktrik/circfirm"
52+
Repository = "https://github.com/tekktrik/circfirm.git"
4853

4954
[project.scripts]
5055
circfirm = "circfirm.cli:cli"

0 commit comments

Comments
 (0)