We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9120e commit a44b835Copy full SHA for a44b835
setup.cfg
@@ -3,8 +3,7 @@ name = yeelib
3
author = Johannes Hoppe
4
author-email = [email protected]
5
summary = Python library for Xiaomi Mi Yeelight.
6
-description-file = README.rst
7
-description-content-type = text/x-rst; charset=UTF-8
+long_description = README.rst
8
home-page = https://github.com/codingjoe/yeelib
9
license = Apache-2
10
classifier =
@@ -30,6 +29,9 @@ keywords =
30
29
packages =
31
yeelib
32
+[bdist_wheel]
33
+universal = 1
34
+
35
[pycodestyle]
36
max-line-length=99
37
exclude = fixtures.py
0 commit comments