Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 88eb2a4

Browse files
committed
make list of authors pypi friendly (closes #101).
1 parent 9335493 commit 88eb2a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

storj/metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
"""Storj metadata module."""
33

4-
__author__ = (
4+
__author__ = ','.join([
55
'Daniel Hawkins',
66
'Fabian Barkhau',
77
'James Prestwich',
@@ -11,7 +11,7 @@
1111
'Pedro Salgado',
1212
'Shawn Wilkinson',
1313
'Wiktor Jezioro'
14-
)
14+
])
1515
__author_email__ = ';'.join([
1616
'hwkns@alum.mit.edu',
1717
'f483@storj.io',

0 commit comments

Comments
 (0)