Skip to content

Commit 50f8ab6

Browse files
committed
Remove entrypoint to Python package
It's not intended to be run.
1 parent f19a389 commit 50f8ab6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

muse2_data_analysis/__main__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module = "tests.*"
3434
disallow_untyped_defs = false
3535

3636
[tool.pytest.ini_options]
37-
addopts = "-v -p no:warnings --cov=muse2_data_analysis --cov-branch --cov-report=html --cov-report=xml --doctest-modules --ignore=muse2_data_analysis/__main__.py --ignore=docs/"
37+
addopts = "-v -p no:warnings --cov=muse2_data_analysis --cov-branch --cov-report=html --cov-report=xml --doctest-modules --ignore=docs/"
3838

3939
[tool.ruff]
4040
target-version = "py314"

0 commit comments

Comments
 (0)