mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
1913f252d3
The default `install_headers` from `distutils` flattens all the headers into a single directory -- `detail` subdirectory was lost. This commit fixes this by overriding the setup with a custom header installer. Tests are added to Travis to make sure `setup.py sdist` and `pip install` do not miss any headers and that the directory structure is preserved. [skip appveyor]
3 lines
81 B
Plaintext
3 lines
81 B
Plaintext
recursive-include include/pybind11 *.h
|
|
include LICENSE README.md CONTRIBUTING.md
|