Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop telling setuptools our headers are in src/ #135

Merged

Conversation

godlygeek
Copy link
Contributor

They're actually in src/pystack/_pystack, and the build works fine without passing this flag. Moreover, this flag causes builds to fail if pkg-config returns include_dirs for building against our dependencies, because we pass the include_dirs keyword argument twice.

They're actually in `src/pystack/_pystack`, and the build works fine
without passing this flag. Moreover, this flag causes builds to fail if
`pkg-config` returns `include_dirs` for building against our
dependencies, because we pass the `include_dirs` keyword argument twice.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek added bug Something isn't working skip news labels Aug 18, 2023
@godlygeek godlygeek self-assigned this Aug 18, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (ba24d39) 90.00% compared to head (20c6c0f) 90.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage   90.00%   90.00%           
=======================================
  Files          48       48           
  Lines        5575     5575           
  Branches      873      873           
=======================================
  Hits         5018     5018           
  Misses        557      557           
Flag Coverage Δ
cpp 75.16% <ø> (ø)
python_and_cython 99.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pablogsal pablogsal merged commit 3779cd8 into bloomberg:main Aug 18, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants