Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Add a pyproject.toml file #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

pganssle
Copy link

This makes this library ready to install with PEP 517 / PEP 518.

I am not sure if this solves the problem referred to in the README.md, but I will say that pip install . on a git checkout (or presumably from a source distribution) will fail without this file, whereas pip install . will work just fine with it.

It would also be nice if the next release could have some wheels added for it, particularly for platforms that are unlikely to have a compiler installed already, like Windows.

This will automatically satisfy the build-time dependencies of the
project as part of the pip install.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant