20 lines
535 B
TOML
20 lines
535 B
TOML
|
[project]
|
||
|
name = "ftest_common"
|
||
|
version = "0.0.1"
|
||
|
authors = [
|
||
|
{ name="Aravinth Manivannan", email="realaravinth@batsense.net" },
|
||
|
]
|
||
|
description = "boilerplate/integration code to work with ftest"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.7"
|
||
|
license = "AGPL-3.0-or-later"
|
||
|
dependencies = ["requests"]
|
||
|
|
||
|
[project.urls]
|
||
|
"Homepage" = "https://git.batsense.net/ForgeFlux/ftest-common-py"
|
||
|
"Bug Tracker" = "https://git.batsense.net/ForgeFlux/ftest-common-py/issues"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["hatchling"]
|
||
|
build-backend = "hatchling.build"
|