Skip to content

Commit

Permalink
Metadata Adjustments and changed ver to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Apr 19, 2017
1 parent 80a9308 commit 4c080ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4c080ed

Please sign in to comment.