Skip to content

Commit

Permalink
Fixed some issues required to register module on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Jan 11, 2017
1 parent 1a93ca1 commit 7c0ae6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# coding=utf-8
from setuptools import setup

setup(
name = 'flux_led',
packages = ['flux_led'],
version = '0.11',
description = 'A Python library to communicate with the flux_led smart bulbs',
author = 'Daniel Høyer Iversen', 'Beville',
author_email = '',
author = 'Daniel Høyer Iversen, Beville',
author_email = '[email protected]',
url = 'https://github.com/Danielhiversen/flux_led',
license = 'LGPLv3+',
include_package_data = True,
Expand Down

0 comments on commit 7c0ae6d

Please sign in to comment.