@@ -6,15 +6,28 @@ build-backend = "setuptools.build_meta"
6
6
name = " surrealdb"
7
7
version = " 1.0.1"
8
8
description = " SurrealDB python client"
9
- authors = [
10
- { name = " Maxwell Flitton" , email = " maxwellflitton@gmail.com" }
11
- ]
12
- license = {text = " MIT License" }
13
9
readme = " README.md"
14
- keywords = [" surrealdb" , " SurrealDB" , " surrealDB" , " Surrealdb" ]
10
+ authors = [{ name = " SurrealDB" }]
11
+ license = " Apache-2.0"
12
+ repository = " https://github.com/surrealdb/surrealdb.py"
13
+ documentation = " https://surrealdb.com/docs/sdk/python"
14
+ keywords = [" SurrealDB" , " Database" ]
15
15
classifiers = [
16
- " Programming Language :: Python :: 3" ,
16
+ " Development Status :: 5 - Production/Stable" ,
17
+ " Intended Audience :: Developers" ,
18
+ " License :: OSI Approved :: Apache Software License" ,
17
19
" Operating System :: OS Independent" ,
20
+ " Programming Language :: Python :: 3" ,
21
+ " Programming Language :: Python :: 3.9" ,
22
+ " Programming Language :: Python :: 3.10" ,
23
+ " Programming Language :: Python :: 3.11" ,
24
+ " Programming Language :: Python :: 3.12" ,
25
+ " Programming Language :: Python :: 3.13" ,
26
+ " Topic :: Database" ,
27
+ " Topic :: Database :: Front-Ends" ,
28
+ " Topic :: Database :: Database Engines/Servers" ,
29
+ " Topic :: Software Development" ,
30
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
18
31
]
19
32
dependencies = [
20
33
" aiohappyeyeballs==2.4.4" ,
0 commit comments