Skip to content

Commit e4853c1

Browse files
committed
Add empty dependency_links list to the arguments for setup.
Use similar contents in all setup.py files.
1 parent a49e562 commit e4853c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
install_requires=[
1414
"flake8~=3.8",
1515
],
16+
dependency_links=[
17+
],
1618
)

0 commit comments

Comments
 (0)