Closed marshuang80 closed 5 years ago
yeah this should be osp.join(osp.dirname(osp.dirname(__file__)), 'models', ...)
also make sure that you include non-python files in your MANIFEST.in
and set setup(..., include_package_data=True, ...)
in setup.py
Got it, thanks!
Fixed #8
Fixed #6
Description
This PR converted absolute path import to relative path import.
Type of change
How has this been tested?
Tested on local computer.
Final checklist: