summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcarlkl <cmkleffner@gmail.com>2015-02-20 01:11:02 +0100
committerCharles Harris <charlesr.harris@gmail.com>2015-02-27 08:41:11 -0700
commitae438c3707ccb451c6f0d8150388f9d75a9b5375 (patch)
treec482c1474a0edc7d1bd1811ce7971a03b1b1a6f7 /setup.py
parent06af9918f6bf03b8d818ec834f9fb48db57d1489 (diff)
downloadnumpy-ae438c3707ccb451c6f0d8150388f9d75a9b5375.tar.gz
BLD: Add mingw-w64 support for the mingw64static option.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7079c4cc4..7eed56e5c 100755
--- a/setup.py
+++ b/setup.py
@@ -213,6 +213,7 @@ def setup_package():
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
test_suite='nose.collector',
cmdclass={"sdist": sdist_checked},
+ package_data={'numpy.core': ['libopenblaspy.dll']},
)
# Run build