From 6b0ddd25c0fa4899b86d3d64d5e7bd5e7f5483f3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 4 Mar 2019 06:33:52 +0100 Subject: setup.py: set version from configure. Spotted by D. Koontz. --- setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py.in b/setup.py.in index ef6e3daae..9b01de4ea 100644 --- a/setup.py.in +++ b/setup.py.in @@ -38,7 +38,7 @@ class GHDLBuild(build): os.path.join(dstdir, "ghdl")) setup (name='libghdl', - version='0.35', + version=libghdl_version, description = 'Interface to ghdl, a VHDL analyzer', author = 'Tristan Gingold', author_email = 'tgingold@free.fr', -- cgit v1.2.3