Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py: Add some project URLs #1294

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
3.11.0
=======
* `LUKS HW-OPAL support`
* `LUKS HW-OPAL support`_

LUKS HW-OPAL support
---------------------
Expand All @@ -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
--------------------------------------------------------------
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"}
)