Skip to content

Make dcube pip installable

Paul Gessinger-Befurt requested to merge pagessin/dcube:installable into master

For this, the source code moves to a subdirectory that's picked up by pip. In an attempt to retain backward compatibility, this also adds a dcube.py in the old location with some path magic.

The static file folder is located from the installed package if possible, other wise it will look in the same location as it used to.

Merge request reports