| [project] | |
| name = "en-ja-align" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| authors = [{ name = "hppRC", email = "[email protected]" }] | |
| dependencies = [ | |
| "datasets>=2.18.0", | |
| "beautifulsoup4>=4.12.3", | |
| "tqdm>=4.66.2", | |
| "lxml>=5.1.0", | |
| ] | |
| readme = "README.md" | |
| requires-python = ">= 3.8" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.rye] | |
| managed = true | |
| dev-dependencies = [] | |
| [tool.hatch.metadata] | |
| allow-direct-references = true | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["en-ja-align"] | |