lightapi 0.0.17__tar.gz → 0.0.18__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lightapi
3
- Version: 0.0.17
3
+ Version: 0.0.18
4
4
  Summary: Light API turns LLMs into Autonomous Agents
5
- Author-email: Light AI <jordan@lightapi.com>
5
+ Author-email: Jordan Plows <jordan@lightapi.com>
6
6
  Requires-Python: >=3.9
7
7
  Description-Content-Type: text/markdown
8
8
 
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lightapi
3
- Version: 0.0.17
3
+ Version: 0.0.18
4
4
  Summary: Light API turns LLMs into Autonomous Agents
5
- Author-email: Light AI <jordan@lightapi.com>
5
+ Author-email: Jordan Plows <jordan@lightapi.com>
6
6
  Requires-Python: >=3.9
7
7
  Description-Content-Type: text/markdown
8
8
 
@@ -2,10 +2,14 @@
2
2
  requires = ["setuptools>=61.0.0", "wheel"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
+
5
6
  [project]
6
7
  name = "lightapi"
7
- version = "0.0.17"
8
- description = "Light API turns LLMs into Autonomous Agents"
8
+ version = "0.0.18"
9
+ description ="Light API turns LLMs into Autonomous Agents"
10
+ authors = [{ name="Jordan Plows", email="jordan@lightapi.com" }]
9
11
  readme = "README.md"
10
- authors = [{ name = "Light AI", email = "jordan@lightapi.com" }]
11
12
  requires-python = ">=3.9"
13
+
14
+ [tool.setuptools]
15
+ py-modules = []
@@ -1 +0,0 @@
1
- app
File without changes
File without changes