Skip to content

Commit 63ef23d

Browse files
committed
Change email to author_email in setup.py
1 parent c98b0e6 commit 63ef23d

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
@@ -11,7 +11,7 @@
1111
url='https://github.com/NeverMendel/leetcode-export',
1212
license='MIT',
1313
author='Davide Cazzin',
14-
email='cazzindavide@gmail.com',
14+
author_email='cazzindavide@gmail.com',
1515
description='Python script to export your LeetCode solutions',
1616
long_description=long_description,
1717
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)