Skip to content

Commit

Permalink
add a ton of prints
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed May 20, 2024
1 parent aac88b4 commit 8c6f2d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions REVHubInterface.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# -*- mode: python ; coding: utf-8 -*-
print("beginning to run spec ")
from PyInstaller.utils.hooks import collect_all
from PyInstaller.utils.hooks import collect_data_files
print("before setuptools import")
from setuptools_scm import get_version, _cli
print("after setuptools import")
_cli.main(["--force-write-version-files"])
print("after setuptools run")

datas = []
datas += collect_data_files('sv_ttk')
Expand Down

0 comments on commit 8c6f2d3

Please sign in to comment.