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

Side by Side Diff: setup.py

Issue 30021569: Noissue - Declare support for Python 3.7 (Closed) Base URL: https://hg.adblockplus.org/python-abp
Patch Set: Noissue - Declare support for Python 3.7 Created March 1, 2019, 3:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tox.ini » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'Operating System :: OS Independent', 51 'Operating System :: OS Independent',
51 'Topic :: Software Development :: Libraries :: Python Modules', 52 'Topic :: Software Development :: Libraries :: Python Modules',
52 ], 53 ],
53 ) 54 )
OLDNEW
« no previous file with comments | « no previous file | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld