Skip to content

Add pyproject toml#105

Closed
pganssle wants to merge 2 commits into
pypa:masterfrom
pganssle:add_pyproject_toml
Closed

Add pyproject toml#105
pganssle wants to merge 2 commits into
pypa:masterfrom
pganssle:add_pyproject_toml

Conversation

@pganssle
Copy link
Copy Markdown
Member

Closes #79

This is a version of this that I think is less controversial than #101, as it does not pin to a specific version of setuptools or wheel.

The basepython declarations need to be removed in order to enable build isolation in tox for some reason. When I have time I can dig into that and see if it's a bug in tox.

These are the default for tox anyway, and for some reason having them in
place combined with `isolated_build = True` causes an error, so best to
remove it.
Adds a `pyproject.toml` file and enables build isolation in tox.
@pganssle pganssle closed this Dec 8, 2019
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.

Add a pyproject.toml

2 participants