21 lines
511 B
TOML
21 lines
511 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "confthing"
|
|
version = "0.1"
|
|
authors = [
|
|
{ name="whut", email="watewhut@aaathats3as.com" },
|
|
]
|
|
description = "Allows working with dicts using path strings"
|
|
readme = "README.md"
|
|
requires-python = ">=3.7"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: Other/Proprietary License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://git.lain.church/whut/confthing" |