Skip to content

Commit

Permalink
feat(package): support pipx run (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 15, 2021
1 parent 31843d4 commit 2415c09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/setup_main.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ setup(
entry_points={
"console_scripts": [
"pybind11-config = pybind11.__main__:main",
],
"pipx.run": [
"pybind11 = pybind11.__main__:main",
]
},
cmdclass=cmdclass
Expand Down

0 comments on commit 2415c09

Please sign in to comment.