This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,25 @@ | |
"""Storj metadata module.""" | ||
|
||
__author__ = ( | ||
'Daniel Hawkins,Fabian Barkhau,Mike Bailey,Pedro Salgado,James Prestwich,Marc Schubert' | ||
'Daniel Hawkins', | ||
'Fabian Barkhau', | ||
'James Prestwich', | ||
'Marc Schubert', | ||
'Marco Rosa', | ||
'Mike Bailey', | ||
'Pedro Salgado', | ||
'Shawn Wilkinson', | ||
'Wiktor Jezioro' | ||
) | ||
__author_email__ = ( | ||
'[email protected];' | ||
'[email protected];' | ||
'[email protected];' | ||
'[email protected];' | ||
'[email protected];' | ||
'[email protected]' | ||
) | ||
__version__ = '0.1.7' | ||
__author_email__ = ';'.join([ | ||
'[email protected]', | ||
'[email protected]', | ||
'[email protected]', | ||
'[email protected]', | ||
'', | ||
'[email protected]', | ||
'[email protected]', | ||
'', | ||
'[email protected]' | ||
]) | ||
__version__ = '0.2.0' |