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

uses build instead of invoking setup.py directly #107

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

christophkloeffel
Copy link
Contributor

"console_scripts": [
"trlc = trlc.trlc:main",
],
"console_scripts": ["trlc = trlc.trlc:main"],
Copy link
Member

Choose a reason for hiding this comment

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

Was this a style change by some formatter tool? It is not really necessary, is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, it was intentional to be consistent with the format of the other setup.py files and because no line break is needed here

@christophkloeffel christophkloeffel enabled auto-merge (squash) October 14, 2024 14:31
@christophkloeffel christophkloeffel merged commit 1461bd9 into main Oct 14, 2024
21 checks passed
@christophkloeffel christophkloeffel deleted the patch/building-packages branch October 14, 2024 14:37
@phiwuu phiwuu added the CI label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants