Skip to content

Commit e74db33

Browse files
authored
Update setup.py
* Drop Python 2 support * Bump version to 2.0.0
1 parent 94d410e commit e74db33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(fname):
2424

2525
setup(
2626
name = 'pdftables-api',
27-
version = '1.1.0',
27+
version = '2.0.0',
2828
author = 'The Sensible Code Company',
2929
author_email = '[email protected]',
3030
description = ('PDFTables.com Python API library.'),
@@ -44,7 +44,6 @@ def read(fname):
4444
'Intended Audience :: Developers',
4545
'License :: OSI Approved :: Apache Software License',
4646
'Programming Language :: Python',
47-
'Programming Language :: Python :: 2',
4847
'Programming Language :: Python :: 3',
4948
'Topic :: Software Development :: Libraries',
5049
'Topic :: System :: Networking',

0 commit comments

Comments
 (0)