Get version from git with setuptools_scm

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate
2023-11-14 21:25:38 +02:00
parent cc2d715b6d
commit 50a23b71dd
5 changed files with 6 additions and 64 deletions

View File

@ -3,8 +3,6 @@
# Copyright 2011 Corentin Chary <corentin.chary@gmail.com>
# Distributed under the terms of the GNU General Public License v2
__version__ = "git"
import configparser
import os
from ast import literal_eval