Skip to content

Commit 28f70f3

Browse files
committed
adding comment and making replace username bigger
1 parent a2596cd commit 28f70f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
7373
long_description = fh.read()
7474
7575
setuptools.setup(
76-
name="example-pkg-your-username",
76+
name="example-pkg-YOUR-USERNAME-HERE", # Replace with your own username
7777
version="0.0.1",
7878
author="Example Author",
7979
author_email="author@example.com",

0 commit comments

Comments
 (0)