Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkerv committed Oct 12, 2020
1 parent 8fda040 commit c30b555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -5,12 +5,12 @@
from distutils.core import setup

setup(
name='enocean',
name='py-enocean',
version='0.51.0',
description='EnOcean serial protocol implementation',
author='Kimmo Huoman',
author_email='kipenroskaposti@gmail.com',
url='https://github.com/kipe/enocean',
author='Vincent Bakker',
author_email='mail@bakkerv.nl',
url='https://github.com/bakkerv/py-enocean',
packages=[
'enocean',
'enocean.protocol',
Expand Down

0 comments on commit c30b555

Please sign in to comment.