1 parent 2fcac01 commit 9da3c60Copy full SHA for 9da3c60
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "memoire-ai"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Persistent causal project memory for AI coding assistants"
9
requires-python = ">=3.12"
10
readme = "README.md"
@@ -41,3 +41,6 @@ pdf = [
41
[tool.setuptools.packages.find]
42
where = ["."]
43
include = ["memoire*"]
44
+
45
+[tool.setuptools.package-data]
46
+memoire = ["commands/*.md"]
0 commit comments