Skip to content

Commit 6ce2447

Browse files
committed
Update project metadata
1 parent 2edd3cb commit 6ce2447

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<br>
1212

1313
<p align="center">
14-
<a href="https://github.com/surrealdb/surrealdb.py"><img src="https://img.shields.io/badge/status-beta-ff00bb.svg?style=flat-square"></a>
14+
<a href="https://github.com/surrealdb/surrealdb.py"><img src="https://img.shields.io/badge/status-stable-ff00bb.svg?style=flat-square"></a>
1515
&nbsp;
1616
<a href="https://surrealdb.com/docs/integration/libraries/python"><img src="https://img.shields.io/badge/docs-view-44cc11.svg?style=flat-square"></a>
1717
&nbsp;

pyproject.toml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@ build-backend = "setuptools.build_meta"
66
name = "surrealdb"
77
version = "1.0.1"
88
description = "SurrealDB python client"
9-
authors = [
10-
{ name = "Maxwell Flitton", email = "maxwellflitton@gmail.com" }
11-
]
12-
license = {text = "MIT License"}
139
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"]
1515
classifiers = [
16-
"Programming Language :: Python :: 3",
16+
"Development Status :: 5 - Production/Stable",
17+
"Intended Audience :: Developers",
18+
"License :: OSI Approved :: Apache Software License",
1719
"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",
1831
]
1932
dependencies = [
2033
"aiohappyeyeballs==2.4.4",

0 commit comments

Comments
 (0)