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

Side by Side Diff: third_party/six/setup.cfg

Issue 1587593003: Replace six with the current version which passes checklicenses.py. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Update URL field in README.chromium. Created 4 years, 11 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/six/documentation/index.rst ('k') | third_party/six/setup.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 [wheel] 1 [wheel]
2 universal = 1 2 universal = 1
3 3
4 [egg_info] 4 [flake8]
5 tag_build = 5 max-line-length = 100
6 tag_svn_revision = 0 6 ignore = F821
7 tag_date = 0
8 7
8 [pytest]
9 minversion=2.2.0
10 pep8ignore =
11 documentation/*.py ALL
12 test_six.py ALL
13
14 flakes-ignore =
15 documentation/*.py ALL
16 test_six.py ALL
17 six.py UndefinedName
18
OLDNEW
« no previous file with comments | « third_party/six/documentation/index.rst ('k') | third_party/six/setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698