procodile 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.
@@ -17,7 +17,7 @@ __pycache__/
17
17
  .Python
18
18
  build/
19
19
  develop-eggs/
20
- dist/
20
+ /*/dist/
21
21
  downloads/
22
22
  eggs/
23
23
  .eggs/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: procodile
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A light-weight processor development framework
5
5
  Project-URL: Documentation, https://eo-tools.github.io/eozilla
6
6
  Project-URL: Repository, https://github.com/eo-tools/eozilla
@@ -27,7 +27,7 @@ Classifier: Topic :: Scientific/Engineering
27
27
  Classifier: Topic :: Software Development
28
28
  Classifier: Typing :: Typed
29
29
  Requires-Python: >=3.10
30
- Requires-Dist: gavicore>=0.1.1
30
+ Requires-Dist: gavicore>=0.1.2
31
31
  Requires-Dist: pydantic
32
32
  Requires-Dist: pyyaml
33
33
  Requires-Dist: typer
@@ -4,7 +4,7 @@
4
4
 
5
5
  [project]
6
6
  name = "procodile"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "A light-weight processor development framework"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -44,7 +44,7 @@ dependencies = [
44
44
  "pyyaml",
45
45
  "typer",
46
46
  # local dependency
47
- "gavicore >=0.1.1",
47
+ "gavicore >=0.1.2",
48
48
  ]
49
49
 
50
50
  [project.urls]
File without changes
File without changes
File without changes
File without changes
File without changes