Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: setup.py

Issue 30020555: Issue 7317 - Make abp a namespace package (Closed) Base URL: https://hg.adblockplus.org/python-abp
Left Patch Set: Created Feb. 28, 2019, 6:32 p.m.
Right Patch Set: Move py37 to a separate noissue Created March 1, 2019, 3:11 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « abp/__init__.py ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # This file is part of Adblock Plus <https://adblockplus.org/>, 1 # This file is part of Adblock Plus <https://adblockplus.org/>,
2 # Copyright (C) 2006-present eyeo GmbH 2 # Copyright (C) 2006-present eyeo GmbH
3 # 3 #
4 # Adblock Plus is free software: you can redistribute it and/or modify 4 # Adblock Plus is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License version 3 as 5 # it under the terms of the GNU General Public License version 3 as
6 # published by the Free Software Foundation. 6 # published by the Free Software Foundation.
7 # 7 #
8 # Adblock Plus is distributed in the hope that it will be useful, 8 # Adblock Plus is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
(...skipping 29 matching lines...) Expand all
40 classifiers=[ 40 classifiers=[
41 'Development Status :: 4 - Beta', 41 'Development Status :: 4 - Beta',
42 'Intended Audience :: Developers', 42 'Intended Audience :: Developers',
43 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 43 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
44 'Natural Language :: English', 44 'Natural Language :: English',
45 'Programming Language :: Python :: 2', 45 'Programming Language :: Python :: 2',
46 'Programming Language :: Python :: 2.7', 46 'Programming Language :: Python :: 2.7',
47 'Programming Language :: Python :: 3', 47 'Programming Language :: Python :: 3',
48 'Programming Language :: Python :: 3.5', 48 'Programming Language :: Python :: 3.5',
49 'Programming Language :: Python :: 3.6', 49 'Programming Language :: Python :: 3.6',
50 'Programming Language :: Python :: 3.7', 50 'Programming Language :: Python :: 3.7',
Tudor Avram 2019/03/01 13:01:49 Nit: Shouldn't we also add Python 3.7 to the `tox`
51 'Operating System :: OS Independent', 51 'Operating System :: OS Independent',
52 'Topic :: Software Development :: Libraries :: Python Modules', 52 'Topic :: Software Development :: Libraries :: Python Modules',
53 ], 53 ],
54 ) 54 )
LEFTRIGHT

Powered by Google App Engine
This is Rietveld