mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "sqlite3"
|
|
version = "%%DISTVERSION%%"
|
|
description = "SQLite 3 extension to Python"
|
|
|
|
[tool.setuptools]
|
|
packages = []
|