Skip to content

Commit

Permalink
Fixed recursion error of cx_freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikyf3 committed Mar 16, 2024
1 parent f020b7a commit 3fe3a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

from graxpert.version import release, version

sys.setrecursionlimit(15_000)

astropy_path = os.path.dirname(os.path.abspath(astropy.__file__))

directory_table = [("ProgramMenuFolder", "TARGETDIR", "."), ("GraXpert", "ProgramMenuFolder", "GraXpert")]
Expand Down

0 comments on commit 3fe3a6d

Please sign in to comment.