You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow writing dynamic version from scm source to a file. #94
The dynamic version table fields are renamed: {from = ...} to {source = "file", path = ...} and {use_scm = true} to {source = "scm"}. #95
Support custom build script, a script containing a function named build that takes (src, dst) as the arguments. When run-setuptools is true, the build function will be called in a generated setup.py file, with the setup parameters as the only argument. #98