Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
2415c094
Unverified
Commit
2415c094
authored
Jul 15, 2021
by
Henry Schreiner
Committed by
GitHub
Jul 15, 2021
Browse files
feat(package): support pipx run (#3117)
parent
31843d45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tools/setup_main.py.in
tools/setup_main.py.in
+3
-0
No files found.
tools/setup_main.py.in
View file @
2415c094
...
...
@@ -32,6 +32,9 @@ setup(
entry_points
=
{
"console_scripts"
:
[
"pybind11-config = pybind11.__main__:main"
,
],
"pipx.run"
:
[
"pybind11 = pybind11.__main__:main"
,
]
},
cmdclass
=
cmdclass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment