python-versioneer: Add new host-only package
authorJeffery To <jeffery.to@gmail.com>
Tue, 31 Oct 2023 03:42:05 +0000 (11:42 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 1 Nov 2023 16:27:11 +0000 (00:27 +0800)
commit8acd006b6e0d679fa60e5cdf263b90e940c6ccef
treea5daa99611b148a3d37649828d7d4aa21805b2fd
parent3e51eef14c3be57d1a5ac3c1ecd4150aa5d8e639
python-versioneer: Add new host-only package

From the README:

This is a tool for managing a recorded version number in
setuptools-based python projects. The goal is to remove the tedious and
error-prone "update the embedded version string" step from your release
process. Making a new release should be as easy as recording a new tag
in your version-control system, and maybe making new tarballs.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-versioneer/Makefile [new file with mode: 0644]