]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Modernized versioning
authorZack Cerza <zack@redhat.com>
Thu, 31 Mar 2022 19:32:14 +0000 (15:32 -0400)
committerZack Cerza <zack@redhat.com>
Tue, 12 Apr 2022 23:32:38 +0000 (17:32 -0600)
commit72db9a32efbe3ca8da6e592d139f3fed675fa079
tree0099e2200beb0669f8250d7bc56d380156379b74
parent0282a3795887c28d3742c37f8d32d18925b0e0ca
Modernized versioning

Using setuptools_scm; we can automatically generate version numbers
instead of using this odd combination of hardcoding and running git
commands. This method is faster as well.

Signed-off-by: Zack Cerza <zack@redhat.com>
pyproject.toml
setup.cfg
teuthology/__init__.py