Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 3dee7f1

Browse files
committed
win: cleanup readme/license, copy dll on install.
1 parent d1889bf commit 3dee7f1

File tree

3 files changed

+1
-76
lines changed

3 files changed

+1
-76
lines changed

LICENSE.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.rst

Lines changed: 0 additions & 65 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run(self):
5050
if (call(["MSBuild.exe", "MetaWear.Win32.vcxproj", "/p:Platform=%s" % machine, "/p:Configuration=Release"], cwd=cpp_sdk, stderr=STDOUT) != 0):
5151
raise RuntimeError("Failed to compile MetaWear.dll")
5252

53-
move(os.path.join(dist_dir, "MetaWear.Win32.dll"), dest)
53+
copy2(os.path.join(dist_dir, "MetaWear.Win32.dll"), dest)
5454
elif (system == 'Linux'):
5555
status = call(["make", "-C", "MetaWear-SDK-Cpp", "OPT_FLAGS=-Wno-strict-aliasing", "-j%d" % (cpu_count())], cwd=root, stderr=STDOUT)
5656
if (status != 0):

0 commit comments

Comments
 (0)