Skip to content

Commit

Permalink
Specifying that the 'ria_cli' package is to be installed automaticall…
Browse files Browse the repository at this point in the history
…y alongside 'ria'.
  • Loading branch information
mrl280 committed Mar 11, 2024
1 parent 2cac398 commit 7ec1cdc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Typing :: Typed"
]
packages = [
{ include = "ria" },
{ include = "ria_cli" },
]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand All @@ -40,8 +44,6 @@ python = "^3.10"
numpy = "^1.26.3"
matplotlib = "^3.8.2"
torch = "^2.2.0"

[tool.poetry.group.scripts.dependencies]
click = "^8.1.7"

[tool.poetry.group.test.dependencies]
Expand All @@ -58,4 +60,4 @@ sphinx-rtd-theme = "^2.0.0"
"Issues" = "https://github.com/qoherent/ria/issues"

[tool.poetry.scripts]
ria = "scripts.ria_cli:ria_cli"
ria = "ria_cli.cli:cli"

0 comments on commit 7ec1cdc

Please sign in to comment.