File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " surrealdb"
3
- version = " 0.1.0"
4
- description = " "
5
- authors = [" Maxwell Flitton <maxwellflitton@gmail.com>" , " Remi A <mail4remi@yahoo.com>" ]
3
+ version = " 0.3.2"
4
+ description = " The official SurrealDB library for Python."
6
5
readme = " README.md"
6
+ authors = [" SurrealDB" ]
7
+ license = " Apache-2.0"
8
+ repository = " https://github.com/surrealdb/surrealdb.py"
9
+ documentation = " https://surrealdb.com/docs/sdk/python"
10
+ keywords = [" SurrealDB" , " Database" ]
11
+ classifiers = [
12
+ " Development Status :: 4 - Beta" ,
13
+ " Intended Audience :: Developers" ,
14
+ " License :: OSI Approved :: Apache Software License" ,
15
+ " Operating System :: OS Independent" ,
16
+ " Topic :: Database" ,
17
+ " Topic :: Database :: Front-Ends" ,
18
+ " Topic :: Software Development" ,
19
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
20
+ ]
7
21
8
22
[build-system ]
9
23
requires = [" setuptools" , " wheel" , " setuptools-rust" ]
You can’t perform that action at this time.
0 commit comments