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

Add pip517 support #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mlouielu
Copy link

In order to install disspcap from other package management tools (e.g. poetry), we will need to have pyproject.toml for them to build the package.

This also ensure we have pybind11 during the compilation, so we don't need to install pybind11 from setup.py anymore.

We can test this by $python -m pip wheel --use-pep517 ..

After using `pyproject.toml`, we ensure that `pybind11` is available during
the compilation of `disspcap`, thus we do not need to install
pybind11 anymore.

Ref: https://pybind11.readthedocs.io/en/stable/compiling.html#pep-518-requirements-pip-10-required
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.

None yet

1 participant