From 30988d82bf5b3e8a5c5998cab240291d69cba609 Mon Sep 17 00:00:00 2001 From: Mike Boyle Date: Thu, 30 Nov 2023 15:52:42 -0500 Subject: [PATCH] Tweak ordering (and trigger CI build) --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dab19d3..f22ef7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,12 +7,12 @@ license = "MIT" authors = ["Michael Boyle "] homepage = "https://github.com/moble/quaternion" +[build-system] +requires = ["setuptools!=50.0", "wheel", "oldest-supported-numpy"] +build-backend = "setuptools.build_meta" + [tool.pytest.ini_options] minversion = "6.0" norecursedirs = ".* build dist *.egg-info install ENV" junit_family="xunit2" addopts = "-v --tb=short --doctest-glob='' --cov=quaternion --cov-branch --cov-report xml" - -[build-system] -requires = ["setuptools!=50.0", "wheel", "oldest-supported-numpy"] -build-backend = "setuptools.build_meta"