agentstr 0.0.4__tar.gz → 0.0.5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {agentstr-0.0.4 → agentstr-0.0.5}/PKG-INFO +1 -1
- agentstr-0.0.5/agentstr/__init__.py +1 -0
- agentstr-0.0.5/agentstr/core.py +3 -0
- {agentstr-0.0.4/agentstr → agentstr-0.0.5}/agentstr.egg-info/PKG-INFO +1 -1
- agentstr-0.0.5/agentstr.egg-info/SOURCES.txt +11 -0
- agentstr-0.0.5/agentstr.egg-info/top_level.txt +1 -0
- {agentstr-0.0.4 → agentstr-0.0.5}/pyproject.toml +4 -4
- {agentstr-0.0.4 → agentstr-0.0.5}/setup.py +1 -1
- agentstr-0.0.4/agentstr/agentstr.egg-info/SOURCES.txt +0 -9
- agentstr-0.0.4/agentstr/agentstr.egg-info/top_level.txt +0 -1
- {agentstr-0.0.4 → agentstr-0.0.5}/LICENSE +0 -0
- {agentstr-0.0.4 → agentstr-0.0.5}/README.md +0 -0
- {agentstr-0.0.4/agentstr → agentstr-0.0.5}/agentstr.egg-info/dependency_links.txt +0 -0
- {agentstr-0.0.4 → agentstr-0.0.5}/setup.cfg +0 -0
- {agentstr-0.0.4 → agentstr-0.0.5}/tests/test_core.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.0.1"
|
@@ -0,0 +1 @@
|
|
1
|
+
agentstr
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" # Backend used for the build process
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "agentstr"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.5"
|
8
8
|
description = "A library for collaborative AI agents"
|
9
9
|
requires-python = ">=3.6"
|
10
10
|
readme = "README.md"
|
@@ -25,6 +25,6 @@ Homepage = "https://github.com/synvya/agentstr"
|
|
25
25
|
Documentation = "https://github.com/synvya/agentstr#readme"
|
26
26
|
BugTracker = "https://github.com/synvya/agentstr/issues"
|
27
27
|
|
28
|
-
[tool.setuptools
|
29
|
-
|
30
|
-
include =
|
28
|
+
[tool.setuptools]
|
29
|
+
packages = ["agentstr"]
|
30
|
+
include-package-data = true
|
@@ -1 +0,0 @@
|
|
1
|
-
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|