hyperforge-static-string 1.0.0.post24__tar.gz → 1.0.0.post28__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.
Files changed (12) hide show
  1. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/PKG-INFO +2 -1
  2. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/pyproject.toml +7 -1
  3. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string.egg-info/PKG-INFO +2 -1
  4. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/setup.cfg +0 -0
  5. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string/__init__.py +0 -0
  6. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string/agent.py +0 -0
  7. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string/py.typed +0 -0
  8. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string.egg-info/SOURCES.txt +0 -0
  9. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string.egg-info/dependency_links.txt +0 -0
  10. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string.egg-info/requires.txt +0 -0
  11. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/src/hyperforge_static_string.egg-info/top_level.txt +0 -0
  12. {hyperforge_static_string-1.0.0.post24 → hyperforge_static_string-1.0.0.post28}/tests/test_static_string.py +0 -0
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperforge_static_string
3
- Version: 1.0.0.post24
3
+ Version: 1.0.0.post28
4
4
  Summary: A Hyperforge agent that always returns a fixed string
5
5
  License: MIT License
6
6
  Project-URL: Homepage, https://progress.com
7
+ Project-URL: Changelog, https://github.com/nuclia/hyperforge/blob/main/agents/static_string/CHANGELOG.md
7
8
  Classifier: Programming Language :: Python :: 3
8
9
  Classifier: License :: OSI Approved :: MIT License
9
10
  Classifier: Operating System :: OS Independent
@@ -2,7 +2,7 @@
2
2
  dependencies = ["hyperforge"]
3
3
 
4
4
  name = "hyperforge_static_string"
5
- version = "1.0.0.post24"
5
+ version = "1.0.0.post28"
6
6
  authors = []
7
7
  description = "A Hyperforge agent that always returns a fixed string"
8
8
  requires-python = ">=3.10"
@@ -22,10 +22,16 @@ package = true
22
22
 
23
23
  [project.urls]
24
24
  Homepage = "https://progress.com"
25
+ Changelog = "https://github.com/nuclia/hyperforge/blob/main/agents/static_string/CHANGELOG.md"
25
26
 
26
27
  [tool.pytest.ini_options]
27
28
  asyncio_mode = "auto"
28
29
 
30
+ [tool.uv.build-backend]
31
+
32
+ # Exclude specific files from being packaged
33
+ source-exclude = ["tests/**", "*.pyc"]
34
+
29
35
  [dependency-groups]
30
36
  dev = [
31
37
  "pytest",
@@ -1,9 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperforge_static_string
3
- Version: 1.0.0.post24
3
+ Version: 1.0.0.post28
4
4
  Summary: A Hyperforge agent that always returns a fixed string
5
5
  License: MIT License
6
6
  Project-URL: Homepage, https://progress.com
7
+ Project-URL: Changelog, https://github.com/nuclia/hyperforge/blob/main/agents/static_string/CHANGELOG.md
7
8
  Classifier: Programming Language :: Python :: 3
8
9
  Classifier: License :: OSI Approved :: MIT License
9
10
  Classifier: Operating System :: OS Independent