Skip to content

Commit 67aacd4

Browse files
committed
Move direct dependency to dependency links
1 parent c006bfc commit 67aacd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
package_data={"bless": ["py.typed"]},
1616
packages=setuptools.find_packages(exclude=("test", "examples")),
1717
include_package_data=True,
18+
dependency_links=[
19+
"https://github.com/gwangyi/pysetupdi#egg=pysetupdi"
20+
],
1821
install_requires=[
1922
"bleak",
2023
"pywin32;platform_system=='Windows'",
21-
"pysetupdi @ git+https://github.com/gwangyi/pysetupdi#egg=pysetupdi;platform_system=='Windows'" # noqa: E501
2224
],
2325
classifiers=[
2426
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)