from setuptools import setup, find_packages setup( name='blup3', version='3.0', description='blup3 Blinkenbunt Software Suite', packages=find_packages(), )