-
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.
Also updated owner list
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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,15 +29,15 @@ | |
|
||
LICENSE = open('LICENSE').read() | ||
DESCRIPTION = "mbed 3.0 onwards test suite, codename Greentea. The test suite is a collection of tools that enable automated testing on mbed-enabled platforms" | ||
OWNER_NAMES = 'Przemyslaw Wirkus, Azim Khan, Stefan Gutmann' | ||
OWNER_EMAILS = 'Przemyslaw.Wirkus@arm.com, Azim.Khan@arm.com, Stefan.Gutmann@arm.com' | ||
OWNER_NAMES = 'Anna Bridge, Azim Khan' | ||
OWNER_EMAILS = 'Anna.Bridge@arm.com, [email protected]' | ||
|
||
# Utility function to cat in a file (used for the README) | ||
def read(fname): | ||
return open(os.path.join(os.path.dirname(__file__), fname)).read() | ||
|
||
setup(name='mbed-greentea', | ||
version='1.2.4', | ||
version='1.2.5', | ||
description=DESCRIPTION, | ||
long_description=read('README.md'), | ||
author=OWNER_NAMES, | ||
|