Skip to content

Commit 0ed408e

Browse files
committed
Update README format and project configuration
- Changed the README file format in `pyproject.toml` from reStructuredText to Markdown. - Deleted the obsolete `README.rst` file to streamline documentation. - Ensured compatibility with the new README format for better project clarity.
1 parent 92e1bf9 commit 0ed408e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.rst README.md

File renamed without changes.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "mac-messages-mcp"
77
version = "0.6.3"
88
description = "A bridge for interacting with macOS Messages app through MCP"
9-
readme = "README.rst"
9+
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"
1111
authors = [
1212
{name = "Carter Lasalle", email = "[email protected]"}

0 commit comments

Comments
 (0)