Skip to content

Commit d13f547

Browse files
added pyproject.toml
1 parent 3d067ca commit d13f547

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "codonPython"
7+
version = "0.2.1"
8+
requires-python = ">=3.8"
9+
authors = [
10+
{name = "NHS Digital DIS Team", email = "paul.ellingham@nhs.net"},
11+
]
12+
maintainers = [
13+
{name = "NHS Digital Data Science Team", email = "england.rapchampions@nhs.net"}
14+
]
15+
description = "This is a first attempt at how our package will work."
16+
readme = "README.md"
17+
license = {file = "LICENSE"}
18+
keywords = ["NHS", "Python"]
19+
classifiers = [
20+
"Development Status :: 4 - Beta",
21+
"Programming Language :: Python"
22+
]
23+
24+
[project.urls]
25+
Repository = "https://github.com/NHSDigital/codonPython"

0 commit comments

Comments
 (0)