Skip to content

Commit

Permalink
Merge pull request hbldh#7 from Olivier-ProGlove/rename-bleak-python-…
Browse files Browse the repository at this point in the history
…package

clean(packaging): Rename python package as 'bleak-proglove'
  • Loading branch information
Olivier-ProGlove authored Jan 15, 2020
2 parents 0f8b05c + 52bbe27 commit b20794e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from setuptools import find_packages, setup, Command

# Package meta-data.
NAME = "bleak"
DESCRIPTION = "Bluetooth Low Energy platform Agnostic Klient"
NAME = "bleak-proglove"
DESCRIPTION = "Bluetooth Low Energy platform Agnostic Klient (ProGlove's fork)"
URL = "https://github.com/hbldh/bleak"
EMAIL = "henrik.blidh@nedomkull.com"
AUTHOR = "Henrik Blidh"
Expand All @@ -38,7 +38,7 @@

# Load the package's __version__.py module as a dictionary.
about = {}
with open(os.path.join(here, NAME, "__version__.py")) as f:
with open(os.path.join(here, "bleak", "__version__.py")) as f:
exec(f.read(), about)


Expand Down

0 comments on commit b20794e

Please sign in to comment.