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 5439033 commit a7f7727Copy full SHA for a7f7727
source/tutorials/packaging-projects.rst
@@ -81,7 +81,7 @@ the values if you want:
81
description="A small example package",
82
long_description=long_description,
83
long_description_content_type="text/markdown",
84
- url="https://github.com/pypa/example-project",
+ url="https://github.com/pypa/sampleproject",
85
packages=setuptools.find_packages(),
86
classifiers=(
87
"Programming Language :: Python :: 3",
0 commit comments