1
0
Fork 0
forked from josch/img2pdf

setup.py: stop declaring support for Python2

This commit is contained in:
Johannes 'josch' Schauer 2020-04-23 06:57:38 +02:00
parent f0e4c6188e
commit a270c987f0
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -33,8 +33,6 @@ setup(
'Intended Audience :: Other Audience',
'Environment :: Console',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',