-
Notifications
You must be signed in to change notification settings - Fork 291
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
4ae9d2e
commit 33b061a
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -14,13 +14,13 @@ | |
|
||
setup(name = 'robotframework-appiumlibrary', | ||
version = VERSION, | ||
description = 'app testing library for Robot Framework', | ||
description = 'Robot Framework Mobile app testing library for Appium Client Android & iOS & Web', | ||
long_description = open(join(dirname(__file__), 'README.rst')).read(), | ||
author = 'William Zhang, Xie Lieping, Jari Nurminen, Serhat Bolsu', | ||
author_email = '<[email protected]>, <[email protected]>', | ||
url = 'https://github.com/jollychang/robotframework-appiumlibrary', | ||
author = 'Serhat Bolsu, William Zhang, Xie Lieping, Jari Nurminen', | ||
author_email = '<[email protected]>, <[email protected]>, <[email protected]>', | ||
url = 'https://github.com/serhatbolsu/robotframework-appiumlibrary', | ||
license = 'Apache License 2.0', | ||
keywords = 'robotframework testing testautomation mobile appium webdriver app', | ||
keywords = 'robotframework testing testautomation mobile appium webdriver app android ios', | ||
platforms = 'any', | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
VERSION = '1.4.0' | ||
VERSION = '1.4.0.1' |