Skip to content

Commit 351d5aa

Browse files
authored
Merge pull request #64 from matheusvnm/dev
2 parents 2477185 + 166bfc7 commit 351d5aa

File tree

2 files changed

+123
-103
lines changed

2 files changed

+123
-103
lines changed

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ build-backend = "uv_build"
44

55
[project]
66
name = "fastpubsub"
7-
description = "A high performance FastAPI-based message consumer framework for PubSub"
7+
description = "FastPubSub: A high performance FastAPI-based message consumer framework for Google PubSub applications"
88
readme = "README.md"
9-
version = "0.8.0"
9+
version = "0.8.1"
1010
requires-python = ">=3.12"
1111
license = "Apache-2.0"
1212
license-files = ["LICENSE"]
13+
authors = [
14+
{ name = "Sandro Matheus Vila Nova Marques", email = "sandro-matheus@hotmail.com" },
15+
]
16+
1317
dependencies = [
1418
"click>=8.2.1",
1519
"fastapi[standard-no-fastapi-cloud-cli]>=0.120.2",
@@ -23,13 +27,15 @@ dependencies = [
2327

2428

2529
classifiers = [
26-
"Development Status :: 5 - Production/Stable",
30+
"Development Status :: 4 - Beta",
31+
"License :: OSI Approved :: Apache Software License",
2732
"Programming Language :: Python",
2833
"Programming Language :: Python :: Implementation :: CPython",
2934
"Programming Language :: Python :: 3",
3035
"Programming Language :: Python :: 3 :: Only",
3136
"Programming Language :: Python :: 3.12",
3237
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3339
"Operating System :: OS Independent",
3440
"Topic :: Software Development :: Libraries :: Application Frameworks",
3541
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)