From 45530827209c6fe37e6696033d52a50494c4b6d8 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Thu, 25 May 2023 17:34:27 +0200 Subject: [PATCH] fix bad entry in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3febeaa..56822d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [build-system] requires = [ - ">=3.8", "hatchling", ] build-backend = "hatchling.build" @@ -10,6 +9,7 @@ name = "lecroyscope" authors = [ { name = "Luis Antonio Obis Aparicio", email = "luis.antonio.obis@gmail.com" }, ] +requires-python = ">=3.8" description = "An unofficial Python package 🐍📦 to interface with Teledyne LeCroy oscilloscopes and read binary trace files (.trc)" readme = "README.md" license = "BSD-3-Clause"