We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddcbd7 commit 4a97d12Copy full SHA for 4a97d12
1 file changed
setup.py
@@ -3,14 +3,20 @@
3
setup(
4
name='pyravendb',
5
packages=find_packages(),
6
- version='5.0.0.1',
+ version='5.2.0.0',
7
long_description=open("README.rst").read(),
8
- description='This is the official python client for RavenDB v5.0 document database',
+ description='Python client for RavenDB NoSQL Database',
9
author='RavenDB',
10
author_email='support@ravendb.net',
11
url='https://github.com/ravendb/RavenDB-Python-Client',
12
license='MIT',
13
- keywords='pyravendb',
+ keywords=
14
+ [
15
+ 'ravendb',
16
+ 'nosql',
17
+ 'database'
18
+ 'pyravendb',
19
+ ],
20
python_requires='~=3.5',
21
install_requires=
22
[
0 commit comments