Skip to content

Commit b729332

Browse files
authored
Merge branch 'main' into prune-project-links
2 parents 2fd5184 + 1701a0e commit b729332

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ If your project is pure Python then you'll be creating a
773773
If your project contains compiled extensions, then you'll be creating what's
774774
called a :ref:`*Platform Wheel* (see section below) <Platform Wheels>`.
775775

776-
.. note:: If your project also supports Python 2 _and_ contains no C extensions,
776+
.. note:: If your project also supports Python 2 *and* contains no C extensions,
777777
then you should create what's called a *Universal Wheel* by adding the
778778
following to your :file:`setup.cfg` file:
779779

@@ -782,7 +782,7 @@ called a :ref:`*Platform Wheel* (see section below) <Platform Wheels>`.
782782
[bdist_wheel]
783783
universal=1
784784
785-
Only use this setting if your project does not have any C extesions _and_
785+
Only use this setting if your project does not have any C extensions *and*
786786
supports Python 2 and 3.
787787

788788

source/support.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ How to Get Support
55
For support related to a specific project, see the links on the :doc:`Projects
66
<key_projects>` page.
77

8-
For something more general, or when you're just not sure, use the `distutils-sig
9-
<http://mail.python.org/mailman/listinfo/distutils-sig>`_ list.
8+
For something more general, or when you're just not sure, please
9+
`open an issue <https://github.com/pypa/packaging-problems/issues/new>`_ on
10+
the `packaging-problems <https://github.com/pypa/packaging-problems>`_
11+
repository on GitHub.

0 commit comments

Comments
 (0)