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

MANIFEST: add exported headers directory #20

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

mkmkme
Copy link
Collaborator

@mkmkme mkmkme commented Oct 28, 2024

When hiredis was forked to libvalkey, it changed its layout to have a proper src and include directories. Upon forking hiredis-py to libvalkey-py, include directory was missing from the source package which means the module could not be built from the sdist package. This issue was hidden by the fact that all the supported systems were provided with a binary package hence noone actually needed to build it.

This was revealed when people started using libvalkey-py with Python 3.13 that was missing a binary package.

This commit fixes this bug by adding include directory to MANIFEST.in

Fixes #19

When hiredis was forked to libvalkey, it changed its layout to have a
proper `src` and `include` directories. Upon forking hiredis-py to
libvalkey-py, `include` directory was missing from the source package
which means the module could not be built from the sdist package.
This issue was hidden by the fact that all the supported systems were
provided with a binary package hence noone actually needed to build it.

This was revealed when people started using libvalkey-py with Python
3.13 that was missing a binary package.

This commit fixes this bug by adding `include` directory to MANIFEST.in

Fixes valkey-io#19

Signed-off-by: Mikhail Koviazin <[email protected]>
@mkmkme mkmkme merged commit cd28a42 into valkey-io:main Oct 28, 2024
28 checks passed
@mkmkme mkmkme deleted the mkmkme/include-headers branch October 28, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package sources are insufficient to build a binary package
2 participants