From 84a97be0633f526de2f24b096d5fd1bf1cd75ac6 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 11 Oct 2017 09:15:58 +0200 Subject: Remove unused variable --- setuptools/pep517.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setuptools') diff --git a/setuptools/pep517.py b/setuptools/pep517.py index 4032c5bb..b3e9ea86 100644 --- a/setuptools/pep517.py +++ b/setuptools/pep517.py @@ -35,9 +35,6 @@ from setuptools import dist from setuptools.dist import SetupRequirementsError -SETUPTOOLS_IMPLEMENTATION_REVISION = 0.1 - - def _run_setup(setup_script='setup.py'): # Note that we can reuse our build directory between calls # Correctness comes first, then optimization later -- cgit v1.2.3