1
0
forked from Georg/pyacl
pyacl/pyproject.toml
Georg Pfuetzenreuter 81c79895ed
Correct README reference in pyproject
File suffix was changed, reference was forgotten to be updated.

Fixes: eaf8f6085e ("Add proper README")
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2024-09-21 20:13:51 +02:00

21 lines
375 B
TOML

[build-system]
requires = [
'hatchling',
]
build-backend = 'hatchling.build'
[project]
name = 'pyacl'
description = 'High level abstractions over pylibacl'
version = '0.0.1'
authors = [
{ name='Georg Pfuetzenreuter', email='georg+python@lysergic.dev' },
]
readme = 'README.md'
requires-python = '>=3.6'
[tool.hatch.build.targets.pyacl]
dependencies = [
'pylibacl',
]