diff --git a/release_notes.rst b/release_notes.rst index 2a0d2bb90..dd1dee5e4 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,6 +1,6 @@ 3.11.0 ======= -* `LUKS HW-OPAL support` +* `LUKS HW-OPAL support`_ LUKS HW-OPAL support --------------------- @@ -10,9 +10,9 @@ encryption support. 3.10.0 ======= -* `Support for creating Stratis Pools encrypted with Clevis/Tang` -* `Support for adding new block devices to existing Stratis Pools` -* `Automatic PV grow support` +* `Support for creating Stratis Pools encrypted with Clevis/Tang`_ +* `Support for adding new block devices to existing Stratis Pools`_ +* `Automatic PV grow support`_ Support for creating Stratis Pools encrypted with Clevis/Tang -------------------------------------------------------------- diff --git a/setup.py b/setup.py index 538f2de64..00df5d2a4 100644 --- a/setup.py +++ b/setup.py @@ -99,5 +99,9 @@ def make_release_tree(self, base_dir, files): "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python :: 3", - "Operating System :: POSIX :: Linux"] + "Operating System :: POSIX :: Linux"], + project_urls={"Bug Reports": "https://github.com/storaged-project/blivet/issues", + "Source": "https://github.com/storaged-project/blivet", + "Changelog": "https://github.com/storaged-project/blivet/blob/main/release_notes.rst", + "Documentation": "https://storaged.org/blivet/"} )