diff options
Diffstat (limited to '')
-rw-r--r-- | misc/py-mem0ai/files/patch-pyproject.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/py-mem0ai/files/patch-pyproject.toml b/misc/py-mem0ai/files/patch-pyproject.toml new file mode 100644 index 000000000000..ff011ad80562 --- /dev/null +++ b/misc/py-mem0ai/files/patch-pyproject.toml @@ -0,0 +1,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 = [ |