Skip to content

Commit

Permalink
Added missing owners
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Mar 4, 2016
1 parent c22d47f commit e39295a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

LICENSE = open('LICENSE').read()
DESCRIPTION = "mbed 3.0 test suite, codename Greentea. The test suite is a collection of tools that enable automated testing on mbed-enabled platforms"
OWNER_NAMES = 'Przemyslaw Wirkus, Stefan Gutmann'
OWNER_EMAILS = '[email protected], [email protected]'
OWNER_NAMES = 'Przemyslaw Wirkus, Azim Khan, Stefan Gutmann'
OWNER_EMAILS = '[email protected], [email protected], [email protected]'

# Utility function to cat in a file (used for the README)
def read(fname):
Expand Down

0 comments on commit e39295a

Please sign in to comment.