From 7a501f73e263ddc7e2a5cacf47a0cfb169f564db Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Thu, 25 May 2023 17:29:10 +0200 Subject: [PATCH] update package metadata --- pyproject.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79f526e..3febeaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [build-system] requires = [ + ">=3.8", "hatchling", ] build-backend = "hatchling.build" - [project] name = "lecroyscope" authors = [ @@ -12,11 +12,19 @@ authors = [ ] description = "An unofficial Python package 🐍📦 to interface with Teledyne LeCroy oscilloscopes and read binary trace files (.trc)" readme = "README.md" -requires-python = ">=3.8" +license = "BSD-3-Clause" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] +keywords = [ + "lecroy", + "scope", + "oscilloscope", + "vxi11", + "binary", + "trc", +] dependencies = [ "numpy", "python-vxi11",