2024-09-16 02:46:57 +02:00
|
|
|
[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' },
|
|
|
|
]
|
2024-09-21 20:13:51 +02:00
|
|
|
readme = 'README.md'
|
2024-09-16 02:46:57 +02:00
|
|
|
requires-python = '>=3.6'
|
|
|
|
|
|
|
|
[tool.hatch.build.targets.pyacl]
|
|
|
|
dependencies = [
|
|
|
|
'pylibacl',
|
|
|
|
]
|