From 5246343b6ad3883c3394ccd613db190de77ac5df Mon Sep 17 00:00:00 2001 From: hofmockel <dreagonfly@gmx.de> Date: Sun, 2 Feb 2014 17:40:55 +0100 Subject: [PATCH] Add some meta information to setup.py --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index b86b2fb..83ccb22 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,13 @@ mod1 = Extension( setup( name="pyrocksdb", + version='0.1', + description="Python bindings for RocksDB", + keywords='rocksdb', + author='Stephan Hofmockel', + author_email="Use the github issues", + url="https://github.com/stephan-hof/pyrocksdb", + license='BSD License', install_requires=[ 'setuptools', 'Cython>=0.20', -- GitLab