Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/typ/setup.py

Issue 3017623002: Roll typ to the latest version
Patch Set: Created 3 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/typ/README.chromium ('k') | third_party/typ/typ/arg_parser.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 Google Inc. All rights reserved. 1 # Copyright 2014 Google Inc. All rights reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 29 matching lines...) Expand all
40 install_requires=[ 40 install_requires=[
41 ], 41 ],
42 version=VERSION, 42 version=VERSION,
43 author='Dirk Pranke', 43 author='Dirk Pranke',
44 author_email='dpranke@chromium.org', 44 author_email='dpranke@chromium.org',
45 description=readme_lines[3], 45 description=readme_lines[3],
46 long_description=('\n' + '\n'.join(readme_lines)), 46 long_description=('\n' + '\n'.join(readme_lines)),
47 url='https://github.com/dpranke/typ', 47 url='https://github.com/dpranke/typ',
48 license='Apache', 48 license='Apache',
49 classifiers=[ 49 classifiers=[
50 'Development Status :: 3 - Alpha', 50 'Development Status :: 4 - Beta',
51 'Intended Audience :: Developers', 51 'Intended Audience :: Developers',
52 'License :: OSI Approved :: Apache Software License', 52 'License :: OSI Approved :: Apache Software License',
53 'Programming Language :: Python :: 2', 53 'Programming Language :: Python :: 2',
54 'Programming Language :: Python :: 2.7', 54 'Programming Language :: Python :: 2.7',
55 'Programming Language :: Python :: 3', 55 'Programming Language :: Python :: 3',
56 'Programming Language :: Python :: 3.5', 56 'Programming Language :: Python :: 3.6',
57 'Topic :: Software Development :: Testing', 57 'Topic :: Software Development :: Testing',
58 ], 58 ],
59 ) 59 )
OLDNEW
« no previous file with comments | « third_party/typ/README.chromium ('k') | third_party/typ/typ/arg_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698