Skip to content

Add missing script entry point from pyproject.toml#759

Open
claui wants to merge 1 commit intobkerler:masterfrom
claui:fix-entry-point
Open

Add missing script entry point from pyproject.toml#759
claui wants to merge 1 commit intobkerler:masterfrom
claui:fix-entry-point

Conversation

@claui
Copy link

@claui claui commented Mar 7, 2026

Last week’s d054a7f introduced a reference to a script entry point edlclient.edl:run that doesn’t exist. This causes an error message as user @BeeFox-sys describes it in issue #758.

This PR adds the missing entry point so the edl command works.

Fixes #758.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cannot import name 'run' from 'edlclient.edl'

1 participant