synth-ai 0.0.0.dev3__tar.gz → 0.1.0.dev4__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.

Potentially problematic release.


This version of synth-ai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: synth-ai
3
- Version: 0.0.0.dev3
3
+ Version: 0.1.0.dev4
4
4
  Summary: Software for aiding the best and multiplying the will.
5
5
  Author-email: Josh Purtell <josh@usesynth.ai>
6
6
  License: MIT License
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "synth-ai"
3
- version = "0.0.0.dev3"
3
+ version = "0.1.0.dev4"
4
4
  description = "Software for aiding the best and multiplying the will."
5
5
  readme = "README.md"
6
6
  authors = [{ name = "Josh Purtell", email = "josh@usesynth.ai" }]
@@ -34,7 +34,7 @@ requires = ["setuptools>=61.0"]
34
34
  build-backend = "setuptools.build_meta"
35
35
 
36
36
  [tool.setuptools]
37
- packages = ["synth_ai"]
37
+ packages = ["synth_ai", "synth_ai.zyk"]
38
38
  package-dir = {"synth_ai" = "synth_ai"}
39
39
 
40
40
  # Explicitly exclude test directories and files
@@ -4,4 +4,5 @@ Synth AI - Software for aiding the best and multiplying the will.
4
4
 
5
5
  from importlib.metadata import version
6
6
 
7
+
7
8
  __version__ = version("synth-ai") # Gets version from installed package metadata
@@ -0,0 +1,3 @@
1
+ from synth_ai.zyk.lms.core.main import LM
2
+
3
+ __all__ = ["LM"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: synth-ai
3
- Version: 0.0.0.dev3
3
+ Version: 0.1.0.dev4
4
4
  Summary: Software for aiding the best and multiplying the will.
5
5
  Author-email: Josh Purtell <josh@usesynth.ai>
6
6
  License: MIT License
@@ -6,4 +6,5 @@ synth_ai.egg-info/PKG-INFO
6
6
  synth_ai.egg-info/SOURCES.txt
7
7
  synth_ai.egg-info/dependency_links.txt
8
8
  synth_ai.egg-info/requires.txt
9
- synth_ai.egg-info/top_level.txt
9
+ synth_ai.egg-info/top_level.txt
10
+ synth_ai/zyk/__init__.py
File without changes
File without changes
File without changes