diff --git a/setup.py b/setup.py index c7a23d4..ed8e7f7 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup, find_packages setup( - name='blup3', + name='blup', version='3.0', - description='blup3 Blinkenbunt Software Suite', + description='Blinkenbunt Software Suite', packages=find_packages(), )