Skip to content

Commit

Permalink
dependency_links
Browse files Browse the repository at this point in the history
  • Loading branch information
markwal committed Jul 13, 2017
1 parent 01a9d76 commit 7f5e4e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
# Example:
# plugin_requires = ["someDependency==dev"]
# additional_setup_parameters = {"dependency_links": ["https://github.com/someUser/someRepo/archive/master.zip#egg=someDependency-dev"]}
additional_setup_parameters = {}
#"dependency_links": ["https://www.dropbox.com/sh/jz5kduz7v6iuqwv/AAB-2vwh0R1_Bkyf_0YSHtz6a?dl=0"]
additional_setup_parameters = {
"dependency_links": ["https://markwal.github.io/wheels/"]
}

########################################################################################################################

Expand Down

0 comments on commit 7f5e4e5

Please sign in to comment.