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

Move entrypoint script #113

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Conversation

robberwick
Copy link
Collaborator

This pull request primarily involves moving the entrypoint file and updating import paths accordingly. Additionally, it modifies the script entry point in the pyproject.toml file. Below are the key changes:

File renaming and import path updates:

  • src/scripts/main.py: Renamed from src/blinkstick/main.py and updated the import path for BlinkStickVariant to reflect the new location.

Configuration updates:

  • pyproject.toml: Changed the blinkstick script entry point to point to scripts.main:main instead of blinkstick.main:main.

move the entrypoint script into a scripts folder to keep things tidy.
@robberwick robberwick requested a review from Copilot November 30, 2024 20:12

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no suggestions.

@robberwick robberwick merged commit 9f3d661 into arvydas:release/2.0-dev Nov 30, 2024
17 checks passed
@robberwick robberwick deleted the scripts branch November 30, 2024 20:17
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.

1 participant