We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2f7e5 commit 7faa077Copy full SHA for 7faa077
docs/conf.py
@@ -113,6 +113,7 @@
113
'user': (f'{github_url}%s', '@%s'),
114
'pypi': ('https://pypi.org/project/%s', '%s'),
115
'wiki': ('https://wikipedia.org/wiki/%s', '%s'),
116
+ 'discourse': ('https://discuss.python.org/t/%s', '%s'),
117
}
118
extensions += ['sphinx.ext.extlinks']
119
newsfragments/4965.feature.rst
@@ -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