Added pyproject.toml
This commit is contained in:
parent
749c8d21b0
commit
622d1ab130
1 changed files with 23 additions and 0 deletions
23
ParaUtils/pyproject.toml
Normal file
23
ParaUtils/pyproject.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
[project]
|
||||||
|
name = "ParaUtil"
|
||||||
|
description = "Bits and bobs useful for many para swimming data manipulation projects"
|
||||||
|
readme = "README.md"
|
||||||
|
license = "MIT"
|
||||||
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
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"
|
||||||
Loading…
Add table
Reference in a new issue