mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 10:57:16 +02:00
build.py fixed
This commit is contained in:
2
build.py
2
build.py
@ -11,7 +11,7 @@ if __name__ == "__main__":
|
|||||||
remotes = [
|
remotes = [
|
||||||
("https://api.bintray.com/conan/bincrafters/public-conan", True, "bincrafters"),
|
("https://api.bintray.com/conan/bincrafters/public-conan", True, "bincrafters"),
|
||||||
("https://api.bintray.com/conan/twonington/public-conan", True, "linear-algebra")
|
("https://api.bintray.com/conan/twonington/public-conan", True, "linear-algebra")
|
||||||
]
|
],
|
||||||
build_policy = ["outdated"],
|
build_policy = ["outdated"],
|
||||||
upload_dependencies = "all",
|
upload_dependencies = "all",
|
||||||
pip_install = ["sphinx", "recommonmark", "breathe"],
|
pip_install = ["sphinx", "recommonmark", "breathe"],
|
||||||
|
Reference in New Issue
Block a user