ParaUtils/pyproject.toml

30 lines
700 B
TOML

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ParaUtils"
description = "Bits and bobs useful for many para swimming data manipulation projects"
readme = "README.md"
license = "MIT"
dynamic = ["version"]
[tool.setuptools.package-data]
my_package = ["Standards/*xlsx","Score/*xlsx","AWR/**/*xlsx"]
dependencies = [
"pandas",
"numpy"
]
requires-python = ">=3.8"
authors = [
{name = "Michael Edey", email = "mike@edey.org"}
]
maintainers = [
{name = "Michael Edey", email = "mike@edey.org"}
]
[project.urls]
Homepage = "https://git.edey.org/Mike/ParaUtils.git"
Repository = "https://git.edey.org/Mike/ParaUtils.git"