Skip to content

Commit

Permalink
Try again, with data_files
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed May 24, 2018
1 parent 0096856 commit 60faae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ctypes.util import find_library

#Current version
version = "1.2.38"
version = "1.2.39"

"""
To release a new verison:
Expand Down Expand Up @@ -170,6 +170,7 @@ def run(self):
platforms = ['any'],
scripts = ['LV'],
package_data = {'lavavu': ['lavavu/shaders/*.*', 'lavavu/html/*.*', 'lavavu/font.bin']},
data_files = [('lavavu', ['lavavu/font.bin'])],
classifiers = [
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 60faae7

Please sign in to comment.