summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-11-29 20:06:33 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2018-11-29 20:06:33 -0800
commit6172e6fe007bc9f2f544492d9415552572065c9b (patch)
tree4ec1fd6566c9c19733b2518c05e8d54a8f2d3c2a
parent2e9d73752ceb48ee7682632dbe40b597dfd4c8b8 (diff)
Update setup.py.
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5cfccb3..dc3624f 100755
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,8 @@ class lint(Command):
setup(
name="litecli",
author="dbcli",
- author_email="thomas@roten.us",
+ author_email="litecli-users@googlegroups.com",
+ license="BSD",
version=version,
url="https://github.com/dbcli/litecli",
packages=find_packages(),
@@ -101,6 +102,7 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
"Programming Language :: SQL",
"Topic :: Database",
"Topic :: Database :: Front-Ends",