This commit is contained in:
j 2023-11-18 16:40:39 +01:00
parent 32224ae005
commit e00d23e35c
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
# vi:si:et:sw=4:sts=4:ts=4
# encoding: utf-8
try:
from setuptools import setup
except:
from distutils.core import setup
from setuptools import setup
def get_git_version():
import subprocess