Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for exec not working with pyproject.toml #62

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

jimboid
Copy link
Member

@jimboid jimboid commented Mar 12, 2025

Summary

CodeEntropy executable received the wrong call path from the pyproject.toml. Can either update the CodeEntropy package to autoimport or modify pyproject.toml to point to the correct module. The former brings linter warnings to disable about unused imports so the latter option was chosen here.

Changes

Fix pyproject.toml:

  • Change the script exec line to reflect module structure.

Impact

@jimboid jimboid requested a review from harryswift01 March 12, 2025 09:42
@jimboid jimboid marked this pull request as ready for review March 12, 2025 09:45
Copy link

@harryswift01 harryswift01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting this, looks like this is a much better and streamlined approach and avoids the messy unused imports issues.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting this, looks like this is a much better and streamlined approach and avoids the messy unused imports issues.

@harryswift01 harryswift01 added this to the WP7 - Refactor milestone Mar 12, 2025
@harryswift01 harryswift01 added the bug Something isn't working label Mar 12, 2025
@jimboid jimboid merged commit 478280f into main Mar 12, 2025
6 checks passed
@jimboid jimboid deleted the 56-update-entrypoint-pyproject-toml branch March 12, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update entry points into pyproject.toml
2 participants