From 1026e773893602cc9e1f064b441021714fa0438a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 9 Feb 2012 22:50:19 +0000 Subject: Hardcode version number in setup.py to avoid build loop setup.py used to import summainlib, and this used to work fine. Now, however, summainlib imports _summain, and we thus need to build the C extension before it can be imported. Catch-22, eh. --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7853233..c65e013 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,8 @@ from distutils.core import setup, Extension -import summainlib - setup(name='summain', - version=summainlib.__version__, + version='0.10', description='create file manifests with checksums', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1