pybergamot/pyproject.toml
2023-11-03 00:36:46 +01:00

27 lines
746 B
TOML

[project]
name = "pybergamot"
version = "0.0.1"
authors = [
{ name="Ad5001", email="mail@ad5001.eu" },
]
description = "(Somewhat) stable interface for the Bergamot Translation Engine Python Bindings."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
'bergamot = 0.4.5',
'languagecodes >= 1.1.1',
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Development Status :: 4 - Develepoment",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://git.ad5001.com/Ad5001/pybergamot"
"Bug Tracker" = "git.ad5001.com/Ad5001/pybergamot/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"