Skip to content

Commit

Permalink
Add PEP 517 / PEP 518 metadata
Browse files Browse the repository at this point in the history
This moves the build-time dependency on incremental to a declarative
file. See [1] for background.

[1]: https://twistedmatrix.com/trac/ticket/9457
  • Loading branch information
twm committed Apr 18, 2021
1 parent 49ef6bd commit 129ab7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[build-system]
requires = [
"setuptools >= 35.0.2",
"wheel >= 0.29.0",
"incremental >= 21.3.0",
]
build-backend = "setuptools.build_meta"

[tool.towncrier]
package = "treq"
package_dir = "src"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
{pypy3,py36,py37,py38,py39}-twisted_latest,
{pypy3,py36,py37,py38,py39}-twisted_trunk,
towncrier, twine, check-manifest, flake8, docs
isolated_build = true

[testenv]
extras = dev
Expand Down

0 comments on commit 129ab7c

Please sign in to comment.