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 41c3315 commit 3594d25Copy full SHA for 3594d25
setup.py
@@ -18,12 +18,13 @@
18
install_requires=[
19
"bleak",
20
"pywin32;platform_system=='Windows'",
21
- "pysetupdi @ git+https://github.com/gwangyi/pysetupdi#egg=pysetupdi;platform_system=='Windows'" # noqa: E501
+ "dbus_next;platform_system=='Linux'",
22
+ "pysetupdi @ git+https://github.com/gwangyi/pysetupdi#egg=pysetupdi;platform_system=='Windows'", # noqa: E501
23
],
24
classifiers=[
25
"Programming Language :: Python :: 3",
26
"License :: OSI Approved :: MIT License",
27
"Operating System :: OS Independent",
28
- python_requires='>=3.7',
29
+ python_requires=">=3.7",
30
)
0 commit comments