Skip to content

Commit

Permalink
Tweaked description, download url, license, and classifiers in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Sep 21, 2015
1 parent 4afebf6 commit 3875b0a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@


setup(
description='saws: supercharged AWS command line interface',
description='SAWS: A Supercharged AWS Command Line Interface (CLI)',
author='Donne Martin',
url='https://github.com/donnemartin/saws',
download_url='https://github.com/donnemartin/saws',
download_url='https://pypi.python.org/pypi/saws',
author_email='donne.martin@gmail.com',
version=__version__,
license='LICENSE.txt',
license='Apache License 2.0',
install_requires=[
'awscli>=1.7.46',
'click>=4.0',
Expand Down Expand Up @@ -42,7 +42,9 @@
name='saws',
classifiers=[
'Intended Audience :: Developers',
'Operating System :: Unix',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 3875b0a

Please sign in to comment.