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(
|
setup(
|
||||||
name="pyrocksdb",
|
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=[
|
install_requires=[
|
||||||
'setuptools',
|
'setuptools',
|
||||||
'Cython>=0.20',
|
'Cython>=0.20',
|
||||||
|
|
Loading…
Reference in a new issue