blob: ff011ad80562eb2290a33c272b49eedd4d199faa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2025-06-09 18:34:57 UTC
+++ pyproject.toml
@@ -9,7 +9,6 @@ authors = [
authors = [
{ name = "Mem0", email = "founders@mem0.ai" }
]
-readme = "README.md"
requires-python = ">=3.9,<4.0"
dependencies = [
"qdrant-client>=1.9.1",
@@ -49,9 +48,6 @@ only-include = ["mem0"]
[tool.hatch.build.targets.wheel]
packages = ["mem0"]
only-include = ["mem0"]
-
-[tool.hatch.build.targets.wheel.shared-data]
-"README.md" = "README.md"
[tool.hatch.envs.default.scripts]
format = [
|