From b991cc11f13156bef9e063ab1302ade0d6dda460 Mon Sep 17 00:00:00 2001 From: Martin Hermant Date: Mon, 13 Mar 2017 22:26:17 +0100 Subject: [PATCH] change version.py => this_version.py --- setup.py | 2 +- Version.py => this_version.py | 0 wscript | 8 +------- 3 files changed, 2 insertions(+), 8 deletions(-) rename Version.py => this_version.py (100%) diff --git a/setup.py b/setup.py index 06108319..e2ff50c7 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, Extension from python.lib.moresetuptools import * # function to generate gen/*.{c,h} from python.lib.gen_external import generate_external, header, output_path -from Version import get_aubio_version, get_aubio_pyversion +from this_version import get_aubio_version, get_aubio_pyversion __version__ = get_aubio_version() __pip_version__ = get_aubio_pyversion() diff --git a/Version.py b/this_version.py similarity index 100% rename from Version.py rename to this_version.py diff --git a/wscript b/wscript index ccec8180..9fab3cde 100644 --- a/wscript +++ b/wscript @@ -14,13 +14,7 @@ import sys APPNAME = 'aubio' -# source VERSION - - -from Version import * - - - +from this_version import * VERSION = get_aubio_version() LIB_VERSION = get_libaubio_version() -- 2.11.0