mirror of
https://github.com/kc1awv/rrcd.git
synced 2026-07-30 02:58:10 -07:00
Reorder project.urls section in pyproject.toml
This commit is contained in:
+5
-5
@@ -21,17 +21,17 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
"Topic :: Communications :: Chat",
|
"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 = [
|
dependencies = [
|
||||||
"cbor2>=5.6.0",
|
"cbor2>=5.6.0",
|
||||||
"rns>=0.8.0",
|
"rns>=0.8.0",
|
||||||
"tomlkit>=0.13.2",
|
"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]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest>=8.0.0",
|
"pytest>=8.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user