Skip to content

Commit 7faa077

Browse files
committed
Add news fragment
1 parent 6f2f7e5 commit 7faa077

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
'user': (f'{github_url}%s', '@%s'),
114114
'pypi': ('https://pypi.org/project/%s', '%s'),
115115
'wiki': ('https://wikipedia.org/wiki/%s', '%s'),
116+
'discourse': ('https://discuss.python.org/t/%s', '%s'),
116117
}
117118
extensions += ['sphinx.ext.extlinks']
118119

newsfragments/4965.feature.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Incorporated ``wheel.macosx_libfile`` as a private module in the ``setuptools`` project.
2+
The discussion leading to this approach can be found in #4935 and :discourse:`87509`.
3+
Third party software interested in using this module are encouraged to interact
4+
in the discourse thread and propose alternatives (e.g. extracting this module
5+
in its own separated project).

0 commit comments

Comments
 (0)