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 21
21
"build:js-dev-extra" : " webpack --config webpack.dev.extra.config.js" ,
22
22
"build:js-extra" : " webpack --config webpack.prod.extra.config.js" ,
23
23
"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'" ,
25
25
"build:all" : " npm run build:js-all && npm run build:backends" ,
26
26
"build:all-activated" : " (. venv/bin/activate || venv\\ scripts\\ activate && npm run build:all)"
27
27
},
Original file line number Diff line number Diff line change 21
21
"build:js-dev-extra" : " webpack --config webpack.dev.extra.config.js" ,
22
22
"build:js-extra" : " webpack --config webpack.prod.extra.config.js" ,
23
23
"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'" ,
25
25
"build:all" : " npm run build:js-all && npm run build:backends" ,
26
26
"build:all-activated" : " (. venv/bin/activate || venv\\ scripts\\ activate && npm run build:all)"
27
27
},
Original file line number Diff line number Diff line change 4
4
from setuptools import setup , find_packages
5
5
6
6
7
- with open (' package.json' ) as f :
7
+ with open (os . path . join ( 'dash_cytoscape' , ' package.json') ) as f :
8
8
package = json .load (f )
9
9
10
10
package_name = package ["name" ].replace (" " , "_" ).replace ("-" , "_" )
You can’t perform that action at this time.
0 commit comments