| Name: | python3.11-setuptools-scm |
| Version: | 3.5.0 |
| Release: | 3.0.2.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 179079 |
| License: | MIT |
| RPM: |
python3.11-setuptools-scm-3.5.0-3.0.2.el9.noarch.rpm
|
| Source RPM: |
python-setuptools-scm-3.5.0-3.0.2.el9.src.rpm
|
| Build Date: | Fri Sep 22 2023 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/pypa/setuptools_scm/ |
| Summary: | the blessed package to manage your versions by scm tags |
| Description: | setuptools_scm setuptools_scm handles managing your Python package versions in
SCM metadata instead of declaring them as the version argument or in a SCM
managed file.It also handles file finders for the supported SCMs. setup.py
usage To use setuptools_scm just modify your project's setup.py file like
this:* Add setuptools_scm to the setup_requires parameter. * Add the
use_scm_version... |