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

RFE: include a Python package MANIFEST #216

Closed
wants to merge 1 commit into from

Conversation

maxking
Copy link

@maxking maxking commented Mar 18, 2020

MANIFEST.in is the list of files that should be included when creating a source
package or binary package installable via pip.

This is a step towards fixing #61.

@pcmoore pcmoore linked an issue Mar 18, 2020 that may be closed by this pull request
@pcmoore pcmoore changed the title python: include a MANIFEST to create Python package. RFE: include a Python package MANIFEST Mar 18, 2020
@pcmoore
Copy link
Member

pcmoore commented Mar 18, 2020

Hi @maxking, there needs to be some discussion about PRs #216 and #217 in the main issue, #61. We basically need to decide if we want to continue to support the Python bindings as part of the main libseccomp source distribution or if we want to split them out like we do for the golang bindings.

src/python/MANIFEST.in Outdated Show resolved Hide resolved
MANIFEST.in is the list of files that should be included when creating a source
package or binary package installable via pip.

This is a step towards fixing seccomp#61.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFE: make the python bindings available via pip
2 participants