mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
11 lines
224 B
TOML
11 lines
224 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "sqlite3"
|
|
version = "%%DISTVERSION%%"
|
|
description = "SQLite 3 extension to Python"
|
|
|
|
[tool.setuptools]
|
|
packages = []
|