Reorder project.urls section in pyproject.toml

This commit is contained in:
kc1awv
2025-12-29 16:10:59 -05:00
parent 262b8b36ce
commit 3ad4010eae

View File

@@ -21,17 +21,17 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Topic :: Communications :: Chat",
]
[project.urls]
Homepage = "https://github.com/kc1awv/rrcd"
Repository = "https://github.com/kc1awv/rrcd"
Issues = "https://github.com/kc1awv/rrcd/issues"
dependencies = [
"cbor2>=5.6.0",
"rns>=0.8.0",
"tomlkit>=0.13.2",
]
[project.urls]
Homepage = "https://github.com/kc1awv/rrcd"
Repository = "https://github.com/kc1awv/rrcd"
Issues = "https://github.com/kc1awv/rrcd/issues"
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",