| OLD | NEW |
| 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 Loading... |
| 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 ) |
| OLD | NEW |