Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe75cd commit e7ab19fCopy full SHA for e7ab19f
packages/python/plotly/setup.py
@@ -424,14 +424,14 @@ def run(self):
424
425
426
class UpdatePlotlyJsDevCommand(Command):
427
- description = "Update project to a new development version of plotly.js-dist"
+ description = "Update project to a new development version of plotly.js"
428
user_options = [
429
("devrepo=", None, "Repository name"),
430
("devbranch=", None, "branch or pull/number"),
431
]
432
433
def initialize_options(self):
434
- self.devrepo = "plotly/plotly.js-dist"
+ self.devrepo = "plotly/plotly.js"
435
self.devbranch = "master"
436
437
def finalize_options(self):
0 commit comments