Skip to content

Commit

Permalink
ISSUE #416
Browse files Browse the repository at this point in the history
* Fix bug related with `poetry`'s `include`.
  • Loading branch information
Sergio García Prado committed May 3, 2022
1 parent 2e0da3d commit 99d6f26
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 52 deletions.
8 changes: 4 additions & 4 deletions packages/core/minos-microservice-aggregate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/core/minos-microservice-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/core/minos-microservice-cqrs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/core/minos-microservice-networks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/core/minos-microservice-saga/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-broker-kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-broker-rabbitmq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-database-aiopg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-database-lmdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-discovery-kong/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ keywords = [
"kong"
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-discovery-minos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-http-aiohttp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/minos-router-graphql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ keywords = [
"saga",
]
packages = [
{ include = "minos" }
{ include = "minos" },
]
include = [
"AUTHORS.md",
"HISTORY.md",
"LICENSE",
{ path = "AUTHORS.md", format = "sdist" },
{ path = "HISTORY.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 99d6f26

Please sign in to comment.