-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Metadata Adjustments and changed ver to 0.9.3
- Loading branch information
1 parent
80a9308
commit 4c080ed
Showing
1 changed file
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,18 +19,18 @@ | |
name='awss', | ||
packages=['awss'], | ||
entry_points={ 'console_scripts': [ 'awss=awss:main'] }, | ||
version='0.9.2', | ||
version='0.9.3', | ||
author = "Robert Peteuil", | ||
author_email = "[email protected]", | ||
url='https://github.com/robertpeteuil/aws-shortcuts', | ||
description='AWS Shortcuts for controlling instances from the command line', | ||
description='AWS Shortcuts for Command-Line Instance Control', | ||
long_description=long_description, | ||
keywords='AWS EC2 instances control ssh', | ||
keywords='AWS EC2 instance control ssh', | ||
license='The MIT License: http://www.opensource.org/licenses/mit-license.php', | ||
install_requires=['boto3>=1.4', | ||
'future>=0.14'], | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Development Status :: 5 - Production/Stable', | ||
'Environment :: Console', | ||
'Intended Audience :: System Administrators', | ||
'Intended Audience :: Information Technology', | ||
|