Skip to content

Commit 27a86dc

Browse files
committed
Update project metadata
1 parent 78ae82f commit 27a86dc

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

pyproject.toml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
[tool.poetry]
22
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."
65
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+
]
721

822
[build-system]
923
requires = ["setuptools", "wheel", "setuptools-rust"]

0 commit comments

Comments
 (0)