mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-05-04 16:39:07 -07:00
Reorder project.urls section in pyproject.toml
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user