plotly/dash-components-archetype

Make `python setup.py develop` linking work with `package_data` resources

coopy opened this issue · 0 comments

coopy commented

There is a workflow that links your module into site-packages which would
make it unnecessary to re-run python setup.py install on every change: python setup.py develop.

Unfortunately, the link doesn't seem to work with resources defined in package_data.

See http://www.siafoo.net/article/77#id10