From 33b061a2f54158fec99e24c48b0be711a5d8f050 Mon Sep 17 00:00:00 2001 From: serhatbolsu Date: Thu, 13 Oct 2016 17:03:18 +0300 Subject: [PATCH] Pypi description update --- setup.py | 10 +++++----- src/AppiumLibrary/version.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 72159601..7546624a 100755 --- a/setup.py +++ b/setup.py @@ -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 = ', ', - url = 'https://github.com/jollychang/robotframework-appiumlibrary', + author = 'Serhat Bolsu, William Zhang, Xie Lieping, Jari Nurminen', + author_email = ', , ', + 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", diff --git a/src/AppiumLibrary/version.py b/src/AppiumLibrary/version.py index c43f3e25..16557e39 100644 --- a/src/AppiumLibrary/version.py +++ b/src/AppiumLibrary/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -VERSION = '1.4.0' +VERSION = '1.4.0.1'