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

feat(package): support pipx run #3117

Merged
merged 1 commit into from
Jul 15, 2021
Merged

Conversation

henryiii
Copy link
Collaborator

Description

Very minor feature - support for pipx run! So $(pipx run pybind11 --includes)
can even be used to build an example by hand without installing anything! :)

Suggested changelog entry:

* Support pipx run, such as `pipx run pybind11 --include` for a quick compile.

@Skylion007
Copy link
Collaborator

Looks reasonable once we figure out the PIP CI failures.

@@ -33,6 +33,9 @@ setup(
"console_scripts": [
"pybind11-config = pybind11.__main__:main",
]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
]
],

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks, sorry, forgot to push the correction till just now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I normally would put this in setup.cfg, but it's only valid for the non-global package, not both. :)

@henryiii henryiii force-pushed the henryiii/feat/pipx branch from c4eb74e to f73d455 Compare July 15, 2021 18:45
@henryiii henryiii merged commit 2415c09 into pybind:master Jul 15, 2021
@henryiii henryiii deleted the henryiii/feat/pipx branch July 15, 2021 19:01
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Jul 15, 2021
@henryiii henryiii removed the needs changelog Possibly needs a changelog entry label Jul 16, 2021
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