From 18425d3ee02f75f5275b394205abcb5a4ce995bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Tue, 16 Apr 2024 18:12:48 +0200 Subject: Just hardcode version number --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 44f74a8..be96542 100755 --- a/setup.py +++ b/setup.py @@ -1,14 +1,12 @@ #!/usr/bin/env python from distutils.core import setup -from version import * setup(name='hostinfo-tools', - version=get_git_version(), + version="0.2.3", description='Hostinfo database interface scripts', author='Alexander Sulfrian', author_email='alex@spline.inf.fu-berlin.de', url='http://git.spline.inf.fu-berlin.de/hostinfo-tools/', packages=['hostinfo'], - scripts=['bin/hostinfo'], - ) + scripts=['bin/hostinfo']) -- cgit v1.2.3-1-g7c22