Control: tags -1 patch

This was as simple as a reorder (again same as many py packages)
It gets numpy building for me locally atleast. Please consider applying.

diff --git a/setup.py b/setup.py
index 9df459d..5bf727b 100755
--- a/setup.py
+++ b/setup.py
@@ -75,8 +75,8 @@
 # Its presence/absence is used in subclassing setup in numpy/distutils/core.py.
 # However, we need to run the distutils version of sdist, so import that first
 # so that it is in sys.modules
-import numpy.distutils.command.sdist
 import setuptools
+import numpy.distutils.command.sdist
 
 # Initialize cmdclass from versioneer
 from numpy.distutils.core import numpy_cmdclass

Attachment: signature.asc
Description: PGP signature

Reply via email to