mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
feat(package): support pipx run (#3117)
This commit is contained in:
parent
31843d455d
commit
2415c09459
@ -32,6 +32,9 @@ setup(
|
|||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"pybind11-config = pybind11.__main__:main",
|
"pybind11-config = pybind11.__main__:main",
|
||||||
|
],
|
||||||
|
"pipx.run": [
|
||||||
|
"pybind11 = pybind11.__main__:main",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
cmdclass=cmdclass
|
cmdclass=cmdclass
|
||||||
|
Loading…
Reference in New Issue
Block a user