14 lines
370 B
TOML
14 lines
370 B
TOML
[project]
|
|
name = "bot-detection"
|
|
version = "0.1.0"
|
|
description = "bot-detection — find the scripts in an activity log without banning the players who grind like one."
|
|
requires-python = ">=3.11"
|
|
dependencies = ["verifiers==0.3.1"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["bot_detection"]
|