Skip to content

Commit

Permalink
Fix descripton and build universion wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Apr 6, 2019
1 parent 4a9120e commit a44b835
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name = yeelib
author = Johannes Hoppe
author-email = info@johanneshoppe.com
summary = Python library for Xiaomi Mi Yeelight.
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
long_description = README.rst
home-page = https://github.com/codingjoe/yeelib
license = Apache-2
classifier =
Expand All @@ -30,6 +29,9 @@ keywords =
packages =
yeelib

[bdist_wheel]
universal = 1

[pycodestyle]
max-line-length=99
exclude = fixtures.py
Expand Down

0 comments on commit a44b835

Please sign in to comment.