dbcli / pgspecial

Python implementation of postgres meta commands (backslash commands)
BSD 3-Clause "New" or "Revised" License
74 stars 54 forks source link

Declare the build-system in pyproject.toml, per PEP 517 #139

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Description

Explicitly declare the build system per PEP 517, in order to use the modern setuptools backend rather than the legacy fallback. NFC.

Checklist

j-bennet commented 1 year ago

@mgorny Thank you, this looks good. 👍

mgorny commented 1 year ago

Thanks!