mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-01 20:21:36 +00:00
Add pkgconf-pypi entrypoint (#5552)
- This allows `pkgconf --cflags pybind11` and similar commands to work as expected if pkgconf is installed from pypi
This commit is contained in:
@@ -106,6 +106,8 @@ py_files = {
|
||||
"commands.py",
|
||||
"py.typed",
|
||||
"setup_helpers.py",
|
||||
"share/__init__.py",
|
||||
"share/pkgconfig/__init__.py",
|
||||
}
|
||||
|
||||
headers = main_headers | conduit_headers | detail_headers | eigen_headers | stl_headers
|
||||
|
||||
Reference in New Issue
Block a user