Skip to content

Commit

Permalink
Prepare for initial push to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsivaja committed Dec 14, 2015
1 parent c04b64a commit 3007bc8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Expand Up @@ -10,7 +10,9 @@

DESCRIPTION = """
FlexSeleniumLibrary is a web testing library for Robot Framework
to manipulate Adobe Flex applications.
to manipulate Adobe Flex applications. Flex applications bootstrapped
with SeleniumFlexAPI or FlexPilot can be programmatically controlled with
this library.
"""[1:-1]

setup(name = 'robotframework-flexseleniumlibrary',
Expand All @@ -21,13 +23,12 @@
author_email = '<hirsivaja@users.noreply.github.com>',
url = 'https://github.com/hirsivaja/FlexSeleniumLibrary',
license = 'Apache License 2.0',
keywords = 'robotframework testing testautomation selenium webdriver flex',
keywords = 'robotframework testing testautomation selenium webdriver flex FlexPilot SeleniumFlexAPI',
platforms = 'any',
install_requires = [
'selenium >= 2.32.0',
'robotframework >= 2.6.0'
'robotframework-selenium2library >= 1.7.0'
],
py_modules=['ez_setup'],
py_modules = ['ez_setup'],
package_dir = {'' : 'src'},
packages = ['FlexSeleniumLibrary','FlexSeleniumLibrary.keywords'],
include_package_data = True,
Expand Down

0 comments on commit 3007bc8

Please sign in to comment.