We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c006bfc commit 67aacd4Copy full SHA for 67aacd4
setup.py
@@ -15,10 +15,12 @@
15
package_data={"bless": ["py.typed"]},
16
packages=setuptools.find_packages(exclude=("test", "examples")),
17
include_package_data=True,
18
+ dependency_links=[
19
+ "https://github.com/gwangyi/pysetupdi#egg=pysetupdi"
20
+ ],
21
install_requires=[
22
"bleak",
23
"pywin32;platform_system=='Windows'",
- "pysetupdi @ git+https://github.com/gwangyi/pysetupdi#egg=pysetupdi;platform_system=='Windows'" # noqa: E501
24
],
25
classifiers=[
26
"Programming Language :: Python :: 3",
0 commit comments