Skip to content

Commit

Permalink
Use Windows paths on Windows in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Nov 18, 2014
1 parent c7a0222 commit 94c2fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

if add_activate:
if sys.platform == 'win32':
kwds['scripts'].extend(['bin/activate.bat', 'bin/deactivate.bat'])
kwds['scripts'].extend(['bin\\activate.bat', 'bin\\deactivate.bat'])
else:
kwds['scripts'].extend(['bin/activate', 'bin/deactivate'])

Expand Down

0 comments on commit 94c2fc3

Please sign in to comment.