add pyproject.toml
This commit is contained in:
parent
c87b0b7d16
commit
d6a01702b7
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "kissconfig"
|
||||||
|
version = "0.1.0
|
||||||
|
authors = [{name="Ilya Bezrukov", email="bezrukoff888@gmail.com" }]
|
||||||
|
description = "Config with dataclasses and KISS"
|
||||||
|
readme = "README.md"
|
||||||
|
dependencies = ["pyyaml"]
|
||||||
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
"Homepage" = "https://git.ilbz.ru/brinza/kissconfig"
|
||||||
|
"Bug Tracker" = "https://git.ilbz.ru/brinza/kissconfig/issues"
|
||||||
Loading…
x
Reference in New Issue
Block a user