nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

chore: setup.cfg: version = attr: gyp.VERSION #171

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

We need release.please to find VERSION in the file pylib/gyp/__init__.py so according to pypa/setuptools#2596

package_dir=
    =pylib

# plus

version = attr: gyp.VERSION

should give us the 1-2 punch that release.please needs.