diff options
| author | Michael Merickel <michael@merickel.org> | 2020-11-29 19:14:20 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-11-29 19:14:20 -0600 |
| commit | f010b7ce298132292605f560725e77a73bb60125 (patch) | |
| tree | eff3c61c25b1bc78478b48992596dcf142ae3ce5 | |
| parent | 4988f604d0c49862643efa318a5d73272cd0a6d1 (diff) | |
| download | pyramid-f010b7ce298132292605f560725e77a73bb60125.tar.gz pyramid-f010b7ce298132292605f560725e77a73bb60125.tar.bz2 pyramid-f010b7ce298132292605f560725e77a73bb60125.zip | |
add build-backend
| -rw-r--r-- | pyproject.toml | 1 | ||||
| -rw-r--r-- | setup.py | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 36187efd1..eddde46d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta" [tool.black] line-length = 79 @@ -41,7 +41,6 @@ tests_require = [ 'zope.component >= 4.0', # py3 compat ] - docs_extras = [ 'Sphinx >= 1.8.1', # Unicode characters in tree diagrams 'docutils', |
