Skip to content

Commit

Permalink
updated setup.py for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Oct 8, 2012
1 parent 3ba81b8 commit 4b9f961
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -5,9 +5,11 @@
setup (
name = "kvlite",
version = kvlite.__version__,
author = kvlite.__author__,
author = 'Andrey Usov',
author_email = 'ownport@gmail.com',
url = 'https://github.com/ownport/kvlite',
description = ("key-value database wrapper for SQL database (MySQL, SQLite) "),
long_description = open('README.md').read(),
long_description = open('README.rst').read(),
license = "BSD",
keywords = "key-value python database mysql sqlite",
py_modules = ['kvlite', 'kvlite-cli'],
Expand Down

0 comments on commit 4b9f961

Please sign in to comment.