From 9ffda6820d62b9b7a12d2bddcb03f7b427c3990b Mon Sep 17 00:00:00 2001 From: w-v <wtv@protonmail.ch> Date: Sun, 20 Sep 2020 21:38:42 +0200 Subject: [PATCH] fix spelling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5b0922..2330af4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,4 +18,4 @@ library-dirs = ["build/fbxsdk/lib/gcc/x64/release"] [tool.sip.project] sip-files-dir = "build/fbxpy/sip" wheel-includes = ["build/fbxpy/common/FbxCommon.py"] -mum-glibc-version = "2.17" +minimum-glibc-version = "2.17" -- GitLab