neutralize upstream service branding
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "memory-gateway"
|
||||
version = "0.1.0"
|
||||
description = "Lightweight Memory Gateway for EverOS user resources"
|
||||
description = "Lightweight user resource memory gateway"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi>=0.104.0",
|
||||
@ -31,5 +31,5 @@ testpaths = ["tests"]
|
||||
python_files = ["test_*.py"]
|
||||
asyncio_mode = "auto"
|
||||
markers = [
|
||||
"integration: tests that call a real EverOS service",
|
||||
"integration: tests that call a real upstream memory service",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user