We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
1 parent 94d410e commit e74db33Copy full SHA for e74db33
setup.py
@@ -24,7 +24,7 @@ def read(fname):
24
25
setup(
26
name = 'pdftables-api',
27
- version = '1.1.0',
+ version = '2.0.0',
28
author = 'The Sensible Code Company',
29
author_email = '[email protected]',
30
description = ('PDFTables.com Python API library.'),
@@ -44,7 +44,6 @@ def read(fname):
44
'Intended Audience :: Developers',
45
'License :: OSI Approved :: Apache Software License',
46
'Programming Language :: Python',
47
- 'Programming Language :: Python :: 2',
48
'Programming Language :: Python :: 3',
49
'Topic :: Software Development :: Libraries',
50
'Topic :: System :: Networking',
0 commit comments