🐛 Describe the bug
The built and published packages include README.md as shared data (as defined here: https://github.com/mem0ai/mem0/blob/main/pyproject.toml#L106). This means that the README will be installed to users' python environment at top-level (see below).
The file should be removed from the distribution's data. It is already included in dist-info.

🐛 Describe the bug
The built and published packages include
README.mdas shared data (as defined here: https://github.com/mem0ai/mem0/blob/main/pyproject.toml#L106). This means that the README will be installed to users' python environment at top-level (see below).The file should be removed from the distribution's
data. It is already included indist-info.