Skip to content

Commit c6202d3

Browse files
committed
Python: Allow source dists to install correctly
When a source distribution is installed, PEP 517 will cause pybind11 to be installed in a temporary location at build time. https://martin-thoma.com/pyproject-toml/ Unfortunately when pybind11 is temporarily installled, it infers the wrong include path. This includes a workaround. Hopefully when that issue is fixed the workaround can be removed: pybind/pybind11#1067 I’ve also posted the workaround here: pybind/python_example#45
1 parent ef5bb4c commit c6202d3

File tree

187 files changed

+88
-39650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+88
-39650
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
#Common folder for building objects
22
build/
3+
/python/dist/
4+
/python/*.egg-info
5+
/python/.eggs
6+
/python/tiny_obj_loader.h

pybind11/.appveyor.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

pybind11/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

pybind11/.readthedocs.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

pybind11/.travis.yml

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)