@@ -4,12 +4,16 @@ build-backend = "uv_build"
44
55[project ]
66name = " 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 "
88readme = " README.md"
9- version = " 0.8.0 "
9+ version = " 0.8.1 "
1010requires-python = " >=3.12"
1111license = " Apache-2.0"
1212license-files = [" LICENSE" ]
13+ authors = [
14+ { name = " Sandro Matheus Vila Nova Marques" , email = " sandro-matheus@hotmail.com" },
15+ ]
16+
1317dependencies = [
1418 " click>=8.2.1" ,
1519 " fastapi[standard-no-fastapi-cloud-cli]>=0.120.2" ,
@@ -23,13 +27,15 @@ dependencies = [
2327
2428
2529classifiers = [
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