add some .bin work, change name

This commit is contained in:
jan 2025-12-30 00:15:31 -08:00
commit 1b2e2070f9
9 changed files with 139 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[project]
name = "blowback"
name = "backwash"
description = "Optical reflectometry file format reader"
readme = "README.md"
license = { file = "LICENSE.md" }
@ -39,7 +39,7 @@ dependencies = [
"numpy>=1.26",
]
[tool.hatch.version]
path = "blowback/__init__.py"
path = "backwash/__init__.py"
[tool.ruff]