Skip to content

Update sample author email #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@

# This should be your name or the name of the organization which owns the
# project.
author='The Python Packaging Authority', # Optional
author='A. Random Developer', # Optional

# This should be a valid email address corresponding to the author listed
# above.
author_email='pypa-dev@googlegroups.com', # Optional
author_email='author@example.com', # Optional

# Classifiers help users find your project by categorizing it.
#
Expand Down