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.
1 parent 1173f29 commit 7baebf8Copy full SHA for 7baebf8
setup.py
@@ -18,7 +18,7 @@
18
setup(
19
name='html-table-extractor',
20
url='https://github.com/yuanxu-li/html-table-extractor',
21
- version='1.2.0',
+ version='1.3.0',
22
author='Justin Li',
23
author_email='yuanxu.lee@gmail.com',
24
description='A python library for extracting data from html table',
@@ -29,6 +29,8 @@
29
'License :: OSI Approved :: MIT License',
30
'Programming Language :: Python :: 2',
31
'Programming Language :: Python :: 2.7',
32
+ 'Programming Language :: Python :: 3',
33
+ 'Programming Language :: Python :: 3.5',
34
],
35
keywords='html table beautifulsoup crawler scrape',
36
packages=[
0 commit comments