use __version__ from sweeper.py
This commit is contained in:
parent
c2d0a49d4f
commit
ff0c1a2895
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -6,9 +6,12 @@ def read(fname):
|
||||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||||
|
|
||||||
|
|
||||||
|
import sweeper.sweeper as sw
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='sweeper',
|
name='sweeper',
|
||||||
version='0.4.1',
|
version=sw.__version__,
|
||||||
author='Darko Poljak',
|
author='Darko Poljak',
|
||||||
author_email='darko.poljak@gmail.com',
|
author_email='darko.poljak@gmail.com',
|
||||||
description='Find duplicate files and perform action.',
|
description='Find duplicate files and perform action.',
|
||||||
|
|
Loading…
Reference in a new issue