mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
12 lines
268 B
TOML
12 lines
268 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = 'pg_config_vcpkg_stub'
|
|
version = "0"
|
|
description = "see docs string in pg_config_vcpkg_stub for more details"
|
|
|
|
[project.scripts]
|
|
pg_config = 'pg_config_vcpkg_stub:main'
|