Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 18, 2016
1 parent 5824a7e commit 4e15051
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
description=summary,
include_package_data=True,
install_requires=install_requires,
keywords=["SQLite", "converter", "CSV", "JSON", "Excel", "Google Sheets"],
keywords=[
"SQLite", "converter",
"CSV", "Excel", "Google Sheets", "HTML", "JSON",
],
license="MIT License",
long_description=long_description,
packages=setuptools.find_packages(exclude=['test*']),
Expand Down

0 comments on commit 4e15051

Please sign in to comment.