diff --git a/apps/examples/client-example/pyproject.toml b/apps/examples/client-example/pyproject.toml index 013d73ce..3f5e59c6 100644 --- a/apps/examples/client-example/pyproject.toml +++ b/apps/examples/client-example/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "hopeit.apps-client>=0.28.1", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/apps/examples/dataframes-example/pyproject.toml b/apps/examples/dataframes-example/pyproject.toml index 19b90b52..ea676fab 100644 --- a/apps/examples/dataframes-example/pyproject.toml +++ b/apps/examples/dataframes-example/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "hopeit.dataframes[polars]>=0.28.1", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/apps/examples/simple-example/pyproject.toml b/apps/examples/simple-example/pyproject.toml index 295c2ced..ff8e7f89 100644 --- a/apps/examples/simple-example/pyproject.toml +++ b/apps/examples/simple-example/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "hopeit.basic-auth>=0.28.1", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/engine/pyproject.toml b/engine/pyproject.toml index d2cfe501..bf085ece 100644 --- a/engine/pyproject.toml +++ b/engine/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "uvloop>=0.22; platform_system != 'Windows'" ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/auth/basic-auth/pyproject.toml b/plugins/auth/basic-auth/pyproject.toml index e22f4f80..73aeaf54 100644 --- a/plugins/auth/basic-auth/pyproject.toml +++ b/plugins/auth/basic-auth/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "hopeit.engine>=0.28.1", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/clients/apps-client/pyproject.toml b/plugins/clients/apps-client/pyproject.toml index 02214f96..f5979910 100644 --- a/plugins/clients/apps-client/pyproject.toml +++ b/plugins/clients/apps-client/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "hopeit.engine>=0.28.1", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/data/dataframes/pyproject.toml b/plugins/data/dataframes/pyproject.toml index 074c4d3e..06d81728 100644 --- a/plugins/data/dataframes/pyproject.toml +++ b/plugins/data/dataframes/pyproject.toml @@ -9,7 +9,7 @@ version = "0.28.1" description = "Hopeit Engine Dataframes for Polars" dynamic = ["readme"] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/ops/apps-visualizer/pyproject.toml b/plugins/ops/apps-visualizer/pyproject.toml index 0309d3dc..3feaec41 100644 --- a/plugins/ops/apps-visualizer/pyproject.toml +++ b/plugins/ops/apps-visualizer/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "hopeit.log-streamer>=0.28.1", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/ops/config-manager/pyproject.toml b/plugins/ops/config-manager/pyproject.toml index 47a0b787..9dd3ecbe 100644 --- a/plugins/ops/config-manager/pyproject.toml +++ b/plugins/ops/config-manager/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "hopeit.engine>=0.28.1", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/ops/log-streamer/pyproject.toml b/plugins/ops/log-streamer/pyproject.toml index 6ee4b37e..1d635ef9 100644 --- a/plugins/ops/log-streamer/pyproject.toml +++ b/plugins/ops/log-streamer/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "watchdog>=6.0.0", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/storage/fs/pyproject.toml b/plugins/storage/fs/pyproject.toml index aa9832ff..7f0cd28a 100644 --- a/plugins/storage/fs/pyproject.toml +++ b/plugins/storage/fs/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "aiofiles>=24.1.0", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/storage/redis/pyproject.toml b/plugins/storage/redis/pyproject.toml index b7797c39..4ac7320c 100644 --- a/plugins/storage/redis/pyproject.toml +++ b/plugins/storage/redis/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "redis>=7.1.0", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/plugins/streams/redis/pyproject.toml b/plugins/streams/redis/pyproject.toml index d97fbec1..65f24dba 100644 --- a/plugins/streams/redis/pyproject.toml +++ b/plugins/streams/redis/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "redis>=7.1.0", ] -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" }, diff --git a/pyproject.toml b/pyproject.toml index 773dfea4..9c436154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dynamic = ["readme"] requires-python = ">=3.10" description = "Hopeit Engine: Microservices with Streams" -license = { text = "Apache-2.0" } +license = "Apache-2.0" authors = [ { name = "Leo Smerling & Pablo Canto", email = "contact@hopeit.com.ar" }, { name = "Leo Smerling", email = "contact@hopeit.com.ar" },