Skip to content

Commit

Permalink
Merge pull request #160 from shunichironomura/remove-entrypoint
Browse files Browse the repository at this point in the history
Comment out poetry scripts in pyproject.toml
  • Loading branch information
shunichironomura authored Feb 3, 2024
2 parents f59a496 + 62be42e commit eeacb3f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,15 @@ coverage = "7.4.1"
genbadge = { extras = ["coverage"], version = "1.1.1" }
tomli-w = "1.0.0"

[tool.poetry.scripts]
capsula = "capsula.__main__:main"
# [tool.poetry.scripts]
# capsula = "capsula.__main__:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[[tool.mypy.overrides]]
module = "cpuinfo"
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "matplotlib.*"
module = ["cpuinfo", "matplotlib.*"]
ignore_missing_imports = true

[tool.ruff]
Expand Down

0 comments on commit eeacb3f

Please sign in to comment.