File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 "build:js-dev-extra" : " webpack --config webpack.dev.extra.config.js" ,
2222 "build:js-extra" : " webpack --config webpack.prod.extra.config.js" ,
2323 "build:js-all" : " npm run build:js && npm run build:js-dev && npm run build:js-dev-extra && npm run build:js-extra" ,
24- "build:backends" : " dash-generate-components ./src/lib/components dash_cytoscape -p package-info.json - -r-prefix 'cyto' --jl-prefix 'cyto'" ,
24+ "build:backends" : " dash-generate-components ./src/lib/components dash_cytoscape --r-prefix 'cyto' --jl-prefix 'cyto'" ,
2525 "build:all" : " npm run build:js-all && npm run build:backends" ,
2626 "build:all-activated" : " (. venv/bin/activate || venv\\ scripts\\ activate && npm run build:all)"
2727 },
Original file line number Diff line number Diff line change 2121 "build:js-dev-extra" : " webpack --config webpack.dev.extra.config.js" ,
2222 "build:js-extra" : " webpack --config webpack.prod.extra.config.js" ,
2323 "build:js-all" : " npm run build:js && npm run build:js-dev && npm run build:js-dev-extra && npm run build:js-extra" ,
24- "build:backends" : " dash-generate-components ./src/lib/components dash_cytoscape -p package-info.json - -r-prefix 'cyto' --jl-prefix 'cyto'" ,
24+ "build:backends" : " dash-generate-components ./src/lib/components dash_cytoscape --r-prefix 'cyto' --jl-prefix 'cyto'" ,
2525 "build:all" : " npm run build:js-all && npm run build:backends" ,
2626 "build:all-activated" : " (. venv/bin/activate || venv\\ scripts\\ activate && npm run build:all)"
2727 },
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66
7- with open (' package.json' ) as f :
7+ with open (os . path . join ( 'dash_cytoscape' , ' package.json') ) as f :
88 package = json .load (f )
99
1010package_name = package ["name" ].replace (" " , "_" ).replace ("-" , "_" )
You can’t perform that action at this time.
0 commit comments