Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller committed Jun 16, 2023
1 parent 782f88d commit 352b843
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ def check_python_version():
"""Exit when the Python version is too low."""
if sys.version_info < MINIMUM_PYTHON_VERSION:
sys.exit("Python {}.{}+ is required.".format(*MINIMUM_PYTHON_VERSION))



def debug_print_init_contents():
print(read("EclipsingBinaries/__init__.py"))

debug_print_init_contents()

check_python_version()
version = get_version("EclipsingBinaries/__init__.py")
Expand Down

0 comments on commit 352b843

Please sign in to comment.