Skip to content

Commit

Permalink
update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed May 25, 2023
1 parent 3872d67 commit 7a501f7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
[build-system]
requires = [
">=3.8",
"hatchling",
]
build-backend = "hatchling.build"


[project]
name = "lecroyscope"
authors = [
{ name = "Luis Antonio Obis Aparicio", email = "[email protected]" },
]
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",
Expand Down

0 comments on commit 7a501f7

Please sign in to comment.