Skip to content

Commit

Permalink
Merge pull request #38 from tekktrik/dev/2.1.0
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
tekktrik authored Feb 23, 2024
2 parents fa0cb06 + ee63886 commit 24a4179
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,24 @@ classifiers = [
"Topic :: Software Development :: Embedded Systems",
"Topic :: System :: Hardware",
"License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Operating System :: Unix",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
]
dynamic = ["version", "dependencies", "optional-dependencies"]

[project.urls]
Homepage = "https://github.com/tekktrik/circlink"
Repository = "https://github.com/tekktrik/circlink.git"
Homepage = "https://github.com/tekktrik/circfirm"
Repository = "https://github.com/tekktrik/circfirm.git"

[project.scripts]
circfirm = "circfirm.cli:cli"
Expand Down

0 comments on commit 24a4179

Please sign in to comment.