Skip to content

Commit

Permalink
Fix upload and setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosun committed Feb 24, 2017
1 parent 8f13207 commit 3158f5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

setup(
options = {'py2exe': {'bundle_files': 1, 'compressed': True}},
windows = [{'script': "upload.py"}],
console = ['upload.py'],
zipfile = None,
)
Binary file modified upload.exe
Binary file not shown.
1 change: 1 addition & 0 deletions upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import os, sys, time
import logging
import pyprind
import platform

da87_path = './da87.bin'
da97_path = './da97.bin'
Expand Down

0 comments on commit 3158f5d

Please sign in to comment.