Skip to content

Commit

Permalink
Add some meta information to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-hof committed Feb 2, 2014
1 parent d5a9b99 commit 5246343
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@

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',
Expand Down

0 comments on commit 5246343

Please sign in to comment.