Skip to content

fix: Correct script entry point for ixbrlparse#44

Merged
drkane merged 3 commits into
kanedata:mainfrom
daizutabi:fix/cli-entry-point
Nov 4, 2025
Merged

fix: Correct script entry point for ixbrlparse#44
drkane merged 3 commits into
kanedata:mainfrom
daizutabi:fix/cli-entry-point

Conversation

@daizutabi
Copy link
Copy Markdown
Contributor

This pull request addresses an issue where the ixbrlparse command would fail after package installation due to an incorrect entry point definition in pyproject.toml.

The entry point was incorrectly pointing to ixbrlparse.cli:ixbrlparse, which is a non-existent function.

This has been corrected to point to the proper ixbrlparse.cli:ixbrlparse_cli function, ensuring that the command-line interface runs as intended.

@drkane
Copy link
Copy Markdown
Member

drkane commented Nov 4, 2025

@daizutabi Thanks for this - good spot. I've added some tests to ensure that it's working properly.

@drkane drkane merged commit 4aa0be5 into kanedata:main Nov 4, 2025
6 checks passed
@drkane
Copy link
Copy Markdown
Member

drkane commented Nov 4, 2025

Thanks for your contributions @daizutabi - the two PRs are now available in version 0.11.2

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.

2 participants