14 lines
381 B
TOML
14 lines
381 B
TOML
[project]
|
|
name = "drop-table-inference"
|
|
version = "0.1.0"
|
|
description = "drop-table-inference — estimate a drop table from a kill log, graded on the kills 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 = ["drop_table_inference"]
|