-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
EMEA-MEDIA\scabra02
committed
Aug 23, 2024
1 parent
a06dab6
commit 6944f7d
Showing
6 changed files
with
5 additions
and
80 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
|
||
def readme(): | ||
with open('README.md') as f: | ||
README = f.read() | ||
return README | ||
read_me = f.read() | ||
return read_me | ||
|
||
|
||
setup( | ||
name='robotframework-aws', | ||
version='0.2.0', | ||
version='1.0.0', | ||
author="Dillan Teagle", | ||
author_email="[email protected]", | ||
description="A python package to test AWS services in Robot Framework", | ||
|
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
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
This file was deleted.
Oops, something went wrong.