]> 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, 19 Apr 2022 21:31:07 +0000 (15:31 -0600)
commitc376302f90da2b9254925c10c42229449d453462
tree24a6c03ba2933c9a749c4c752340b005768edf9c
parent96021152703be9d449610b617a6391b82c7a546c
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