-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
a8c29f9
commit b212915
Showing
7 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
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 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 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 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 |
---|---|---|
|
@@ -70,7 +70,7 @@ class CustomInstallScriptsCommand(install_scripts): | |
|
||
|
||
setup( | ||
name='aws_fusion', | ||
name='aws-fusion', | ||
version=find_version('aws_fusion', '__init__.py'), | ||
description='Unified CLI tool for streamlined AWS operations', | ||
keywords=[ | ||
|
@@ -93,9 +93,12 @@ class CustomInstallScriptsCommand(install_scripts): | |
] | ||
}, | ||
install_requires=[ | ||
'boto3>=1.28', | ||
'pyperclip>=1.8,<1.9', | ||
'keyring>=24.2,<24.3' | ||
'boto3>=1.29', | ||
'botocore>=1.32', | ||
'pyperclip>=1.8', | ||
'keyring>=24.3', | ||
'beautifulsoup4>=4.12', | ||
'requests>=2.31' | ||
], | ||
author='Snigdhajyoti Ghosh', | ||
author_email='[email protected]', | ||
|
@@ -107,7 +110,7 @@ class CustomInstallScriptsCommand(install_scripts): | |
'Intended Audience :: Developers', | ||
'Intended Audience :: System Administrators', | ||
'Operating System :: OS Independent', | ||
'Development Status :: 5 - Production/Stable', | ||
'Development Status :: 4 - Beta', | ||
'Topic :: Utilities' | ||
], | ||
) |