Browse Source

corrected package name

feature/balanceutils
Fr3deric 7 years ago
parent
commit
c19af78491
  1. 4
      setup.py

4
setup.py

@ -1,8 +1,8 @@ @@ -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(),
)

Loading…
Cancel
Save