[project] name = "event-taxonomy" version = "0.1.0" description = "Normalize event naming and structure across analysis tools" requires-python = ">=3.13" dependencies = [] [project.scripts] event-taxonomy = "event_taxonomy.__main__:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/event_taxonomy"] [tool.pytest.ini_options] testpaths = ["tests"]