|
18 | 18 | version=awscli.__version__, |
19 | 19 | description='Universal Command Line Environment for AWS.', |
20 | 20 | long_description=open('README.rst').read(), |
21 | | - author='Mitch Garnaat', |
22 | | - author_email='garnaat@amazon.com', |
| 21 | + author='Amazon Web Services', |
23 | 22 | url='http://aws.amazon.com/cli/', |
24 | 23 | scripts=['bin/aws', 'bin/aws.cmd', |
25 | 24 | 'bin/aws_completer', 'bin/aws_zsh_completer.sh'], |
26 | | - packages=find_packages('.', exclude=['tests*']), |
27 | | - package_dir={'awscli': 'awscli'}, |
| 25 | + packages=find_packages(exclude=['tests*']), |
28 | 26 | package_data={'awscli': ['data/*.json', 'examples/*/*.rst', |
29 | 27 | 'examples/*/*/*.rst', 'topics/*.rst', |
30 | 28 | 'topics/*.json']}, |
|
46 | 44 | 'Programming Language :: Python :: 2.7', |
47 | 45 | 'Programming Language :: Python :: 3', |
48 | 46 | 'Programming Language :: Python :: 3.3', |
| 47 | + 'Programming Language :: Python :: 3.4', |
49 | 48 | ), |
50 | 49 | ) |
51 | 50 |
|
|
0 commit comments