Skip to content

Commit

Permalink
Fix email address in project configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Feb 12, 2018
1 parent 07e1589 commit 34bc062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def some_old_method(self, x, y):
url='https://github.com/tantale/deprecated',
license='MIT',
author='Laurent LAPORTE', # since v1.1.0
author_email='[email protected]',
author_email='tantale.solutions@gmail.com',
description='Python @deprecated decorator to deprecate old python classes, functions or methods.',
long_description=__doc__,
keywords='deprecate,deprecated,deprecation,warning,warn,decorator',
Expand Down

0 comments on commit 34bc062

Please sign in to comment.