Skip to content

Commit 87fbef8

Browse files
authored
Merge pull request pypa#733 from brainwane/sample-author-email
Improve sample author email and name in guide
2 parents d7e5a3f + 7a1bb3b commit 87fbef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ author
251251

252252
::
253253

254-
author='The Python Packaging Authority',
255-
author_email='pypa-dev@googlegroups.com',
254+
author='A. Random Developer',
255+
author_email='author@example.com',
256256

257257
Provide details about the author.
258258

0 commit comments

Comments
 (0)