Skip to content

Commit

Permalink
Merge pull request pyinstaller#1153 from bryancort/patch-1
Browse files Browse the repository at this point in the history
Create hook-psychopy.py.
  • Loading branch information
matysek committed Jan 15, 2015
2 parents fcd7b9a + 2056c38 commit 289636f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PyInstaller/hooks/hook-psychopy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#-----------------------------------------------------------------------------
# Copyright (c) 2013, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License with exception
# for distributing bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------

#Tested on Windows 7 64bit with python 2.7.6 and PsychoPy 1.81.03

from PyInstaller.hooks import hookutils
datas = hookutils.collect_data_files('psychopy')

0 comments on commit 289636f

Please sign in to comment.