diff --git a/setup.py b/setup.py
index b86b2fb690b201d7f80810b8f7875f9842e7ff47..83ccb2214b5f8d5fa0f3a0da31e22a19ad523eb1 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',