summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 81ea6d1a0..cd5f79340 100755
--- a/setup.py
+++ b/setup.py
@@ -463,7 +463,8 @@ def setup_package():
else:
#from numpy.distutils.core import setup
from setuptools import setup
- # workaround for broken --no-build-isolation with newer setuptools, see gh-21288
+ # workaround for broken --no-build-isolation with newer setuptools,
+ # see gh-21288
metadata["packages"] = []
try: