Add some meta information to setup.py
This commit is contained in:
parent
d5a9b99d7f
commit
5246343b6a
1 changed files with 7 additions and 0 deletions
7
setup.py
7
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',
|
||||
|
|
Loading…
Reference in a new issue