Skip to content

Commit 9da3c60

Browse files
committed
Fix: include commands/*.md in package data
1 parent 2fcac01 commit 9da3c60

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "memoire-ai"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Persistent causal project memory for AI coding assistants"
99
requires-python = ">=3.12"
1010
readme = "README.md"
@@ -41,3 +41,6 @@ pdf = [
4141
[tool.setuptools.packages.find]
4242
where = ["."]
4343
include = ["memoire*"]
44+
45+
[tool.setuptools.package-data]
46+
memoire = ["commands/*.md"]

0 commit comments

Comments
 (0)