Commit 5a0f4b97 authored by Jason R. Coombs's avatar Jason R. Coombs

Renamed 'pep517' to 'build_meta'

parent 3e8bb3bc
......@@ -11,7 +11,7 @@ importlib = pytest.importorskip('importlib')
class BuildBackendBase(object):
def __init__(self, cwd=None, env={}, backend_name='setuptools.pep517'):
def __init__(self, cwd=None, env={}, backend_name='setuptools.build_meta'):
self.cwd = cwd
self.env = env
self.backend_name = backend_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment