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
* Switch to setuptools-scm for versioning
Following other pytest projects like pytest-html,
that use setuptool-scm to manage version, it would
be nice other projects follow the suit and
let setuptools-scm manage version of this project.
* Update .gitignore
* ci: Install dependency setuptools_scm.
Signed-off-by: Michael Seifert <[email protected]>
* Drop explicit version reference from setup.cfg
* Remove setuptools_scm and wheel from `pip install --upgrade` of the test job
Co-authored-by: Andrew Svetlov <[email protected]>
* Replace `setuptools_scm` and `wheel` with `build`in package job
Co-authored-by: Andrew Svetlov <[email protected]>
* Change the packaging command to use `build`
Co-authored-by: Andrew Svetlov <[email protected]>
* build: Added missing dependency declaration on setuptools_scm to setup.cfg.
This prevents tools relying on setuptools from picking up the dependency correctly.
Signed-off-by: Michael Seifert <[email protected]>
* build: Added version in metadata.
Signed-off-by: Michael Seifert <[email protected]>
Co-authored-by: maliki <[email protected]>
Co-authored-by: Bruno Oliveira <[email protected]>
Co-authored-by: Michael Seifert <[email protected]>
Co-authored-by: Andrew Svetlov <[email protected]>
0 commit comments