Skip to content

Commit f3013d8

Browse files
authored
Merge pull request pypa#82 from jwodder/fix-wheel-link
Fix link to PyPUG section on building wheels
2 parents dc3766c + de62417 commit f3013d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ license_file = LICENSE.txt
88
# need to generate separate wheels for each Python version that you
99
# support. Removing this line (or setting universal to 0) will prevent
1010
# bdist_wheel from trying to make a universal wheel. For more see:
11-
# https://packaging.python.org/tutorials/distributing-packages/#wheels
11+
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels
1212
universal=1

0 commit comments

Comments
 (0)