From 88398c12a4715ea93fa982ab193e09262ef12567 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 26 Apr 2014 16:35:46 +0100 Subject: Move distixlib version to a submodule This can then be used without importing the whole distixlib. We do that in setup.py now. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d1703fb..b3c7ff1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ import os import cliapp -import distixlib +import distixlib.version class Check(Command): @@ -64,7 +64,7 @@ class Check(Command): setup(name='distix', - version=distixlib.version_string, + version=distixlib.version.version_string, description='Distributed ticketing system', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1