20 lines
401 B
TOML
20 lines
401 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "trr379-coding-specifications"
|
|
version = '0.0.1'
|
|
description = ''
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = "MIT"
|
|
keywords = []
|
|
maintainers = [
|
|
{ name = "Michael Hanke", email = "m.hanke@fz-juelich.de" },
|
|
]
|
|
dependencies = [
|
|
'openpyxl',
|
|
]
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["."]
|