aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-12 10:14:43 +0200
committerJason R. Coombs <jaraco@jaraco.com>2017-10-12 10:14:43 +0200
commit5a0f4b9784a35e514f53ea08adb29d999f511cac (patch)
treec532933d1aa5c538efa7f71bd3771586856ecafe /setuptools
parent3e8bb3bcc17f349a20bf70c2678a154d8ff693b6 (diff)
downloadexternal_python_setuptools-5a0f4b9784a35e514f53ea08adb29d999f511cac.tar.gz
external_python_setuptools-5a0f4b9784a35e514f53ea08adb29d999f511cac.tar.bz2
external_python_setuptools-5a0f4b9784a35e514f53ea08adb29d999f511cac.zip
Renamed 'pep517' to 'build_meta'
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/build_meta.py (renamed from setuptools/pep517.py)0
-rw-r--r--setuptools/tests/test_build_meta.py (renamed from setuptools/tests/test_pep517.py)2
2 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/pep517.py b/setuptools/build_meta.py
index 54f2987b..54f2987b 100644
--- a/setuptools/pep517.py
+++ b/setuptools/build_meta.py
diff --git a/setuptools/tests/test_pep517.py b/setuptools/tests/test_build_meta.py
index fa6628ec..69a700c2 100644
--- a/setuptools/tests/test_pep517.py
+++ b/setuptools/tests/test_build_meta.py
@@ -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