Skip to content

Commit a44b835

Browse files
committed
Fix descripton and build universion wheels
1 parent 4a9120e commit a44b835

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name = yeelib
33
author = Johannes Hoppe
44
author-email = [email protected]
55
summary = Python library for Xiaomi Mi Yeelight.
6-
description-file = README.rst
7-
description-content-type = text/x-rst; charset=UTF-8
6+
long_description = README.rst
87
home-page = https://github.com/codingjoe/yeelib
98
license = Apache-2
109
classifier =
@@ -30,6 +29,9 @@ keywords =
3029
packages =
3130
yeelib
3231

32+
[bdist_wheel]
33+
universal = 1
34+
3335
[pycodestyle]
3436
max-line-length=99
3537
exclude = fixtures.py

0 commit comments

Comments
 (0)