Skip to content

Commit

Permalink
[qalab] Update to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto netzulo committed Nov 21, 2017
1 parent 67ecf97 commit 994e63d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ def readme():


setup(name='qalaboratory',
version='0.0.8',
version='0.0.9',
packages=find_packages(exclude=['tests']),
description='QALAB, proyect manager for QA open source proyects',
long_description=readme(),
author='Netzulo Open Source',
author_email='[email protected]',
url='https://github.com/netzulo/qalab',
download_url='https://github.com/netzulo/qalab/tarball/v0.0.8',
download_url='https://github.com/netzulo/qalab/tarball/v0.0.9',
install_requires=[
'appdirs',
'packaging==16.8',
Expand All @@ -51,7 +51,12 @@ def readme():
'firefox',
'phantomjs',
'iexplorer',
'edge'
'edge',
'appium',
'mobile',
'selendroid',
'automation',
'pytest'
],
scripts=['qalab/qalab.py']
)
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=qalab
sonar.projectName=qalab
sonar.projectDescription=Main Proyect for QA
sonar.projectVersion=0.8
sonar.projectVersion=0.9
# Language
sonar.language=py
# Comma-separated paths to directories with sources (required)
Expand Down

0 comments on commit 994e63d

Please sign in to comment.