1
0
forked from Georg/pyacl
pyacl/pyproject.toml

21 lines
375 B
TOML
Raw Normal View History

[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',
]