Skip to content

Commit

Permalink
Merge pull request #4 from MobyNL/000-move-keyword-doc
Browse files Browse the repository at this point in the history
Move keyword docs
  • Loading branch information
MobyNL authored Aug 18, 2023
2 parents 25dee61 + de506f6 commit d271d9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atest/testcases/Test.robot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*** Settings ***
Library ../../MitmLibrary/__init__.py
Library MitmLibrary
Library Process
Library Browser
Library RequestsLibrary
Expand Down
Binary file removed dist/MitmLibrary-0.1.tar.gz
Binary file not shown.
File renamed without changes.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
author = 'Mark Moberts',
author_email = '[email protected]',
url = 'https://github.com/MobyNL/robotframework-mitmlibrary',
download_url = 'https://github.com/MobyNL/robotframework-mitmlibrary/archive/refs/tags/0.1.tar.gz',
download_url = 'https://github.com/MobyNL/robotframework-mitmlibrary/archive/refs/tags/0.1.1.tar.gz',
keywords = ['robotframework', 'automation', 'testautomation','testing','mitm','maninthemiddle'],
install_requires=[
'mitm',
'mitmproxy',
'robotframework',
],
classifiers=[
Expand All @@ -20,6 +21,8 @@
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
]
Expand Down

0 comments on commit d271d9c

Please sign in to comment.