Skip to content

Commit

Permalink
fix bad entry in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed May 25, 2023
1 parent 7a501f7 commit 4553082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
requires = [
">=3.8",
"hatchling",
]
build-backend = "hatchling.build"
Expand All @@ -10,6 +9,7 @@ name = "lecroyscope"
authors = [
{ name = "Luis Antonio Obis Aparicio", email = "[email protected]" },
]
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"
Expand Down

0 comments on commit 4553082

Please sign in to comment.