Skip to content

Commit 7baebf8

Browse files
committed
test for python3
1 parent 1173f29 commit 7baebf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
setup(
1919
name='html-table-extractor',
2020
url='https://github.com/yuanxu-li/html-table-extractor',
21-
version='1.2.0',
21+
version='1.3.0',
2222
author='Justin Li',
2323
author_email='yuanxu.lee@gmail.com',
2424
description='A python library for extracting data from html table',
@@ -29,6 +29,8 @@
2929
'License :: OSI Approved :: MIT License',
3030
'Programming Language :: Python :: 2',
3131
'Programming Language :: Python :: 2.7',
32+
'Programming Language :: Python :: 3',
33+
'Programming Language :: Python :: 3.5',
3234
],
3335
keywords='html table beautifulsoup crawler scrape',
3436
packages=[

0 commit comments

Comments
 (0)