We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2596cd commit 28f70f3Copy full SHA for 28f70f3
1 file changed
source/tutorials/packaging-projects.rst
@@ -73,7 +73,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
73
long_description = fh.read()
74
75
setuptools.setup(
76
- name="example-pkg-your-username",
+ name="example-pkg-YOUR-USERNAME-HERE", # Replace with your own username
77
version="0.0.1",
78
author="Example Author",
79
author_email="author@example.com",
0 commit comments