| Name: | python3.11-setuptools_scm | 
  
  | Version: | 8.1.0 | 
  | Release: | 1.0.2.el8 | 
  | Architecture: | noarch | 
  
  | Group: | Unspecified | 
  
  | Size: | 288595 | 
  | License: | MIT | 
  
    | RPM: | 
    
      
      python3.11-setuptools_scm-8.1.0-1.0.2.el8.noarch.rpm
      
     | 
  
  
    | Source RPM: | 
    
      
      python-setuptools_scm-8.1.0-1.0.2.el8.src.rpm
      
     | 
  
  | Build Date: | Fri May 30 2025 | 
  | Build Host: | build-ol8-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 :code: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 scm's.
Setup.py usage --To use setuptools_scm just modify your project's setup.py file
like this:1. Add :code:'setuptools_scm' to the :code:setup_requires parameter
2. Add the...  |