Skip to content

Commit

Permalink
don't include activate.bat in binary yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 5, 2013
1 parent 6407ad5 commit 5e0ccae
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 @@ -23,7 +23,7 @@

scripts = ['bin/conda']
if sys.platform == 'win32':
scripts.extend(['bin/activate.bat'])
pass #scripts.extend(['bin/activate.bat'])
else:
scripts.extend(['bin/activate', 'bin/deactivate'])

Expand Down

0 comments on commit 5e0ccae

Please sign in to comment.