Skip to content

Commit 04a1fe5

Browse files
Merge pull request #1294 from vojtechtrefny/main_setuppy-urls
setup.py: Add some project URLs
2 parents c8e5450 + 0fcab53 commit 04a1fe5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

release_notes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
3.11.0
22
=======
3-
* `LUKS HW-OPAL support`
3+
* `LUKS HW-OPAL support`_
44

55
LUKS HW-OPAL support
66
---------------------
@@ -10,9 +10,9 @@ encryption support.
1010

1111
3.10.0
1212
=======
13-
* `Support for creating Stratis Pools encrypted with Clevis/Tang`
14-
* `Support for adding new block devices to existing Stratis Pools`
15-
* `Automatic PV grow support`
13+
* `Support for creating Stratis Pools encrypted with Clevis/Tang`_
14+
* `Support for adding new block devices to existing Stratis Pools`_
15+
* `Automatic PV grow support`_
1616

1717
Support for creating Stratis Pools encrypted with Clevis/Tang
1818
--------------------------------------------------------------

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,9 @@ def make_release_tree(self, base_dir, files):
9999
"Intended Audience :: Developers",
100100
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
101101
"Programming Language :: Python :: 3",
102-
"Operating System :: POSIX :: Linux"]
102+
"Operating System :: POSIX :: Linux"],
103+
project_urls={"Bug Reports": "https://github.com/storaged-project/blivet/issues",
104+
"Source": "https://github.com/storaged-project/blivet",
105+
"Changelog": "https://github.com/storaged-project/blivet/blob/main/release_notes.rst",
106+
"Documentation": "https://storaged.org/blivet/"}
103107
)

0 commit comments

Comments
 (0)