14 lines
371 B
TOML
14 lines
371 B
TOML
[project]
|
|
name = "schema-migration"
|
|
version = "0.1.0"
|
|
description = "schema-migration — split a text column into a number and a unit, graded on rows you never saw."
|
|
requires-python = ">=3.11"
|
|
dependencies = ["verifiers==0.3.1"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["schema_migration"]
|