Skip to content

Commit 023348d

Browse files
committed
Remove link to sampleproject
1 parent 0f97a18 commit 023348d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,7 @@ To build the wheel:
781781
782782
python setup.py bdist_wheel --universal
783783
784-
You can also permanently set the ``--universal`` flag in :file:`setup.cfg`
785-
(e.g., see `sampleproject/setup.cfg
786-
<https://github.com/pypa/sampleproject/blob/master/setup.cfg>`_):
784+
You can also permanently set the ``--universal`` flag in :file:`setup.cfg`:
787785

788786
.. code-block:: text
789787

0 commit comments

Comments
 (0)