Skip to content

Commit

Permalink
Merge pull request #1294 from vojtechtrefny/main_setuppy-urls
Browse files Browse the repository at this point in the history
setup.py: Add some project URLs
  • Loading branch information
vojtechtrefny authored Sep 21, 2024
2 parents c8e5450 + 0fcab53 commit 04a1fe5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
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/"}
)

0 comments on commit 04a1fe5

Please sign in to comment.