-
Notifications
You must be signed in to change notification settings - Fork 44
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
1 parent
c22d47f
commit e39295a
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -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): | ||
|