From b69623682a081134a56a7646e6cd33558b1eb6f3 Mon Sep 17 00:00:00 2001 From: Kangcheng Hou Date: Wed, 15 Nov 2023 07:55:55 -0800 Subject: [PATCH] update --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d6cb43..675a9c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # tinygwas ![python package](https://github.com/bogdanlab/tinygwas/actions/workflows/python.yml/badge.svg) + ## Install python version ```bash pip install -e . diff --git a/setup.py b/setup.py index 9ae8305..938b407 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def build_extension(self, ext): cmake_args += [ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}".format(cfg.upper(), extdir) ] - if sys.maxsize > 2 ** 32: + if sys.maxsize > 2**32: cmake_args += ["-A", "x64"] build_args += ["--", "/m"] else: