Set license as dynamic
Needed for pyproject based build after setup.cfg introduced the license field to avoid _MissingDynamic error. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
8bf35baf4f
commit
092156f3d5
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
[project]
|
[project]
|
||||||
name = 'pyacl'
|
name = 'pyacl'
|
||||||
description = 'High level abstractions over pylibacl'
|
description = 'High level abstractions over pylibacl'
|
||||||
dynamic = ["version", "readme"]
|
dynamic = ['license', 'readme', 'version']
|
||||||
authors = [
|
authors = [
|
||||||
{ name='Georg Pfuetzenreuter', email='georg+python@lysergic.dev' },
|
{ name='Georg Pfuetzenreuter', email='georg+python@lysergic.dev' },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user