Skip to content

Commit

Permalink
Packaging: Update pyproject.toml file
Browse files Browse the repository at this point in the history
* Do not show the whole MIT license text in the PyPI description.
* Add the issue tracker URL to the PyPI description.
* Fix a bit of formatting.
  • Loading branch information
trinamic-bp committed Jan 7, 2025
1 parent caa9ea8 commit 332b138
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "pytrinamic"
authors = [
{ name="ADI Trinamic Software Team", email="[email protected]" },
{ name = "ADI Trinamic Software Team", email = "[email protected]" },
]
description = "TRINAMIC's Python Technology Access Package."
readme = "README.md"
license = {file = "LICENSE"}
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
Expand All @@ -28,6 +28,7 @@ dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/analogdevicesinc/pytrinamic"
Issues = "https://github.com/analogdevicesinc/pytrinamic/issues"

[project.scripts]
tmclfwupload = "pytrinamic.cli.tmclfwupload:main"
Expand Down

0 comments on commit 332b138

Please sign in to comment.