8000 setup.py: use a subaddress for email · drinkingjava/python-versioneer@30bb344 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30bb344

Browse files
committed
setup.py: use a subaddress for email
1 parent a53c92c commit 30bb344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run(self):
8989
version = "0.8+",
9090
description = "Easy VCS-based management of project version strings",
9191
author = "Brian Warner",
92-
author_email = "warner@lothar.com",
92+
author_email = "warner-versioneer@lothar.com",
9393
url = "https://github.com/warner/python-versioneer",
9494
# "fake" is replaced with versioneer-installer in build_scripts. We need
9595
# a non-empty list to provoke "setup.py build" into making scripts,

0 commit comments

Comments
 (0)
0