Skip to content

Commit a7f7727

Browse files
aritro01ncoghlan
authored andcommitted
Use a real repo URL in the example setup.py references (pypa#533)
Sending folks that follow the example link to the sample project repo is likely to be less confusing than sending them to GitHub's 404 page
1 parent 5439033 commit a7f7727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the values if you want:
8181
description="A small example package",
8282
long_description=long_description,
8383
long_description_content_type="text/markdown",
84-
url="https://github.com/pypa/example-project",
84+
url="https://github.com/pypa/sampleproject",
8585
packages=setuptools.find_packages(),
8686
classifiers=(
8787
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)