use __version__ from sweeper.py

This commit is contained in:
Darko Poljak 2014-02-06 14:05:24 +01:00
parent c2d0a49d4f
commit ff0c1a2895
1 changed files with 4 additions and 1 deletions

View File

@ -6,9 +6,12 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
import sweeper.sweeper as sw
setup(
name='sweeper',
version='0.4.1',
version=sw.__version__,
author='Darko Poljak',
author_email='darko.poljak@gmail.com',
description='Find duplicate files and perform action.',