link to well-known URLs in PyPI
This commit is contained in:
parent
8b79400abf
commit
56cf9617e7
2 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
This is mostly a hotfix for a buggy release, in which scripts are not
|
||||
made available to the user.
|
||||
|
||||
Also improve the documentation.
|
||||
|
||||
### 1.4.0 (2025-02-28)
|
||||
|
||||
(This release is buggy, see 1.4.1).
|
||||
|
|
|
@ -42,6 +42,13 @@ classifiers = [
|
|||
"Topic :: Multimedia :: Sound/Audio",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.lattuga.net/boyska/larigira"
|
||||
Documentation = "https://boyska.degenerazione.xyz/larigira/doc/"
|
||||
Repository = "https://git.lattuga.net/boyska/larigira"
|
||||
Issues = "https://git.lattuga.net/boyska/larigira/issues"
|
||||
Changelog = "https://git.lattuga.net/boyska/larigira/src/branch/master/doc/source/changelog.md"
|
||||
|
||||
[project.optional-dependencies]
|
||||
percentwait = ["mutagen==1.47.*"]
|
||||
dev = ["pytest"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue