Skip to content

Commit 6782a2f

Browse files
committed
update setup again
1 parent 5d1f0b5 commit 6782a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# replace existing build and develop commands
4343
# with custom commands defined in 'bin.cmd'
4444
if platform.system() == "Windows":
45-
PACKAGE_DIR = ":\\"
45+
PACKAGE_DIR = ".\\"
4646
else:
4747
PACKAGE_DIR = "./"
4848

0 commit comments

Comments
 (0)