Files
Joshua Root 03fd9ff751 python310: update to 3.10.8
Build gdbm and tkinter extensions with PEP517, and install them to
lib-dynload.

Fixes: https://trac.macports.org/ticket/59147
2022-10-12 13:18:27 +11:00

13 lines
245 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "gdbm"
version = "__VERSION__"
description = "GDBM Extension to Python"
[tool.setuptools.packages.find]
exclude = ["clinic*"]
namespaces = false