peopledoc / mlvtools

Public repository for versioning machine learning data
Other
42 stars 7 forks source link

[BUG] The mlvtools package installs the templates outside the mlvtools dir #61

Closed elemoine closed 4 years ago

elemoine commented 4 years ago

After a pip install ml-versioning-tools the mlvtools templates are installed under lib/python3.8/site-packages/template/. Instead they should be installed under lib/python3.8/site-packages/mlvtools/templates/, to avoid polluting site-packages with mlvtools-specific stuff. Plus, that would conflict with a package named template.