Skip to content

Commit 7075a3b

Browse files
committed
fix author email as PyPI is now rejecting old one
2 parents 1c259fb + bad317f commit 7075a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
description = DESCRIPTION,
149149
long_description = LONG_DESCRIPTION,
150150
author = 'Nathanael Fritz',
151-
author_email = 'fritzy [at] netflint.net',
151+
author_email = 'fritzy@netflint.net',
152152
url = 'http://github.com/fritzy/SleekXMPP',
153153
license = 'MIT',
154154
platforms = [ 'any' ],

0 commit comments

Comments
 (0)