Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7ab19f

Browse files
committed
revert dev repo
1 parent 0fe75cd commit e7ab19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python/plotly/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,14 +424,14 @@ def run(self):
424424

425425

426426
class UpdatePlotlyJsDevCommand(Command):
427-
description = "Update project to a new development version of plotly.js-dist"
427+
description = "Update project to a new development version of plotly.js"
428428
user_options = [
429429
("devrepo=", None, "Repository name"),
430430
("devbranch=", None, "branch or pull/number"),
431431
]
432432

433433
def initialize_options(self):
434-
self.devrepo = "plotly/plotly.js-dist"
434+
self.devrepo = "plotly/plotly.js"
435435
self.devbranch = "master"
436436

437437
def finalize_options(self):

0 commit comments

Comments
 (0)