About 1,220 results
Open links in new tab
  1. setuptools-scm · PyPI

    Mar 27, 2026 · setuptools-scm about setuptools-scm extracts Python package versions from git or hg metadata instead of declaring them as the version argument or in a Source Code Managed (SCM) …

  2. Usage - setuptools scm

    Via setuptools_scm (strongly discouraged) While the most simple looking way to use setuptools_scm at runtime is: ... it is strongly discouraged to call directly into setuptools_scm over the standard Python …

  3. GitHub - pypa/setuptools-scm: the blessed package to manage your ...

    Projects setuptools-scm The main package that extracts Python package versions from Git or Mercurial metadata and provides setuptools integration. Read setuptools-scm documentation →

  4. python - How to use setuptools_scm? - Stack Overflow

    Sep 5, 2022 · I didn't quite understand how to use setuptools-scm. From what I understand, this tool should derive a version number according to the SCM (git in my case) history. It basically uses the …

  5. User Guide | pypa/setuptools-scm | DeepWiki

    Nov 17, 2025 · User Guide Relevant source files This page provides comprehensive guidance for end-users integrating setuptools-scm into their Python projects. It covers installation, configuration, basic …

  6. setuptools scm - Read the Docs

    setuptools-scm extracts Python package versions from git or hg metadata instead of declaring them as the version argument or in a file managed by a source code management (SCM) system. …

  7. setuptools-scm - Oven - pyoven.org

    As those old setuptools versions lack sensible types for versions, modern setuptools-scm is unable to support them sensibly. It's strongly recommended to build a wheel artifact using modern Python and …

  8. setuptools · PyPI

    Mar 9, 2026 · Most extensible Python build backend with support for C/C++ extension modules Project description See the Quickstart and the User’s Guide for instructions on how to use Setuptools. …

  9. Configuration - setuptools scm

    A Python regex string to extract the version part from any SCM tag. The regex needs to contain either a single match group, or a group named version, that captures the actual version information.

  10. setuptools-scm/setuptools-scm/README.md at main - GitHub

    about setuptools-scm extracts Python package versions from git or hg metadata instead of declaring them as the version argument or in a Source Code Managed (SCM) managed file. Additionally …