Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
renanllisboa committed Feb 18, 2020
1 parent 5aada28 commit 318edae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
description-file = README.md
license_file = LICENSE
19 changes: 18 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,28 @@

config = {
'description': 'TOTVS Interface Robot',
'long_description': 'TIR is a Python module used to create test scripts for web interfaces. With it, you are able to easily create and execute test suites and test cases for any supported Totvs\' web interface systems, such as Protheus Webapp.',
'author': 'TOTVS Automation Team',
'url': 'https://github.com/totvs/tir',
'download_url': 'https://github.com/totvs/tir',
'project_urls':{
'Script Samples': 'https://github.com/totvs/tir-script-samples'
},
'author_email': '',
'version': '1.13.0',
'version': '1.13.0',
'license': 'MIT',
'keywords': 'test automation selenium tir totvs protheus framework',
'classifiers':[
'Environment :: Web Environment',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Documentation :: Sphinx',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing'
],
'install_requires': [
'beautifulsoup4==4.7.1',
'bs4==0.0.1',
Expand Down

0 comments on commit 318edae

Please sign in to comment.