Extend setup.cfg

Copy metadata and options from pyproject.toml to align installation on
legacy Python/pip/setuptools stacks with the modern pyproject based one.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-09-22 02:00:51 +02:00
parent b55392b4c6
commit 81d37afea3
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -1,3 +1,21 @@
[metadata]
name = pyacl
version = attr: pyacl.__version__
author = Georg Pfuetzenreuter
author_email = georg+python@lysergic.dev
description = High level abstractions over pylibacl
license = EUPL-1.2
long_description = file: README.md, LICENSE
[options]
package_dir=
=.
packages=find:
python_requires = >=3.6
[options.packages.find]
exclude=
scripts*
tests*
*.toml
where=.