Skip to content

Commit

Permalink
Merge pull request #72 from m-col/include
Browse files Browse the repository at this point in the history
Package protocol headers
  • Loading branch information
flacjacket authored Jan 30, 2022
2 parents 37050f0 + 5986d09 commit ea292c1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include *.txt
include include/*.h
include tiny/*.py
recursive-include tests *.py
recursive-include wlroots *.h
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test =
pytest

[options.package_data]
wlroots = py.typed
wlroots = py.typed, include/*.h

[options.packages.find]
include =
Expand Down
2 changes: 1 addition & 1 deletion wlroots/ffi_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pywayland.ffi_build import ffi_builder as pywayland_ffi
from xkbcommon.ffi_build import ffibuilder as xkb_ffi

include_dir = (Path(__file__).parent.parent / "include").resolve()
include_dir = (Path(__file__).parent / "include").resolve()
assert include_dir.is_dir(), f"missing {include_dir}"


Expand Down
File renamed without changes.

0 comments on commit ea292c1

Please sign in to comment.