Picard 2 supports Python 3 only

This commit is contained in:
Wieland Hoffmann
2018-07-22 10:18:33 +02:00
parent 28433f614b
commit 38741ba1d2

View File

@@ -612,6 +612,8 @@ args = {
'classifiers': [
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Operating System :: Microsoft :: Windows',