Marton Greber created KUDU-3764:
-----------------------------------
Summary: Move package metadata to pyproject.toml
Key: KUDU-3764
URL: https://issues.apache.org/jira/browse/KUDU-3764
Project: Kudu
Issue Type: Improvement
Components: python
Reporter: Marton Greber
All package metadata — name, version, install_requires, classifiers,
extensions, etc. — still lives in setup.py rather than a [project] table in
pyproject.toml. setuptools.build_meta fully supports this, but it's the old
style. The truly modern form would move everything into pyproject.toml and
remove setup.py entirely.
PEP 517/518 compliance
--
This message was sent by Atlassian Jira
(v8.20.10#820010)