Skip to content

Commit

Permalink
update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
sirmews committed Nov 30, 2024
1 parent fe167ab commit 754ed3b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "apple-notes-mcp"
version = "0.1.1"
description = "Read local Apple Notes database"
description = "Read local Apple Notes sqlite database and provide it as a context protocol server for Claude Desktop."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
Expand All @@ -10,8 +10,13 @@ dependencies = [
"protobuf>=5.29.0",
"python-dotenv>=1.0.1",
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
]
[[project.authors]]
name = "Nav"
name = "Navishkar Rao"
email = "[email protected]"

[build-system]
Expand Down

0 comments on commit 754ed3b

Please sign in to comment.