-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit 93ee1ece0f45da7c743a011b4e439eff205e3088)
- Loading branch information
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ def parse_requirements(filename='requirements.txt'): | |
|
||
setup( | ||
name='pocoui', | ||
version='1.0.88', | ||
version='1.0.89', | ||
keywords="poco, automation test, ui automation", | ||
description='Poco cross-engine UI automated test framework.', | ||
long_description='Poco cross-engine UI automated test framework. 2018 present by NetEase Games', | ||
|
@@ -20,6 +20,6 @@ def parse_requirements(filename='requirements.txt'): | |
license='Apache License 2.0', | ||
|
||
author='Netease Games', | ||
author_email='[email protected].com, [email protected].com', | ||
author_email='rockywhisper@163.com, lxhustauto@gmail.com', | ||
url='https://github.com/AirtestProject/Poco', | ||
) |