Skip to content

Commit 1be661b

Browse files
authored
Update setup.py
1 parent 757a130 commit 1be661b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,10 @@
2121
'License :: OSI Approved :: GPL3 License',
2222

2323
'Programming Language :: Python :: 3.5',
24-
'Programming Language :: Python :: 3.6']
24+
'Programming Language :: Python :: 3.6'],
25+
include_package_data=True,
26+
zip_safe=True,
27+
install_requires=[
28+
'beautifulsoup4',
29+
'requests']
2530
)

0 commit comments

Comments
 (0)