Skip to content

Commit cc8a829

Browse files
committed
Fix author type
1 parent 2c2a448 commit cc8a829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tagging/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
__version__ = '0.4.dev0'
55
__license__ = 'BSD License'
66

7-
__author__ = 'Jonathan Buchanan',
8-
__author_email__ = '[email protected]',
7+
__author__ = 'Jonathan Buchanan'
8+
__author_email__ = '[email protected]'
99

1010
__maintainer__ = 'Fantomas42'
1111
__maintainer_email__ = '[email protected]'

0 commit comments

Comments
 (0)