sp-variant 2.0.0

Detect the Linux distribution for the StorPool build system
Documentation
[metadata]
name = sp-build-repo
version = attr: sp_build_repo.__main__.VERSION
description = Build the add-storpool-repo archive.
url = https://github.com/storpool/sp-variant
author = StorPool
author_email = support@storpool.com
license = BSD-2
classifiers =
    Development Status :: 5 - Production/Stable
    Intended Audience :: Developers
    License :: DFSG approved
    License :: Freely Distributable
    License :: OSI Approved :: BSD License
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Topic :: Software Development :: Libraries
    Topic :: Software Development :: Libraries :: Python Modules

[options]
zip_safe = True
package_dir =
    =python
packages =
    sp_build_repo
setup_requires =
install_requires =
    cfg_diag
    jinja2
    sp_variant
    trivver >= 2
python_requires = >= 3.6

[options.package_data]
sp_build_repo =
    py.typed