substrate-haystack 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ Copyright 2026 Garmo Labs, LLC. All rights reserved.
2
+
3
+ This software is proprietary. See https://garmolabs.com/license.html
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: substrate-haystack
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: SUBSTRATE memory components for Haystack -- causal memory, emotion, and identity retrieval and storage.
5
5
  Project-URL: Homepage, https://garmolabs.com/substrate.html
6
6
  Project-URL: Documentation, https://github.com/PKaldone/substrate-mcp
7
7
  Project-URL: Repository, https://github.com/PKaldone/substrate-mcp
8
8
  Project-URL: Issues, https://garmolabs.com/substrate.html
9
9
  Author-email: Garmo Labs <hello@garmolabs.com>
10
- License-Expression: MIT
10
+ License-Expression: LicenseRef-Proprietary
11
+ License-File: LICENSE
11
12
  Keywords: ai,causal-memory,emotional-state,garmo-labs,haystack,mcp,memory,retriever,substrate
12
13
  Classifier: Development Status :: 4 - Beta
13
14
  Classifier: Intended Audience :: Developers
14
- Classifier: License :: OSI Approved :: MIT License
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: Programming Language :: Python :: 3.11
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "substrate-haystack"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "SUBSTRATE memory components for Haystack -- causal memory, emotion, and identity retrieval and storage."
9
9
  readme = "README.md"
10
- license = "MIT"
10
+ license = "LicenseRef-Proprietary"
11
11
  requires-python = ">=3.10"
12
12
  authors = [
13
13
  { name = "Garmo Labs", email = "hello@garmolabs.com" },
@@ -26,7 +26,6 @@ keywords = [
26
26
  classifiers = [
27
27
  "Development Status :: 4 - Beta",
28
28
  "Intended Audience :: Developers",
29
- "License :: OSI Approved :: MIT License",
30
29
  "Programming Language :: Python :: 3",
31
30
  "Programming Language :: Python :: 3.10",
32
31
  "Programming Language :: Python :: 3.11",