forked from Georg/pyacl
Georg Pfuetzenreuter
81c79895ed
File suffix was changed, reference was forgotten to be updated.
Fixes: eaf8f6085e
("Add proper README")
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
21 lines
375 B
TOML
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',
|
|
]
|