mirror of
https://github.com/wassname/sloth.git
synced 2026-07-24 13:20:12 +08:00
make sloth run from /usr/local/lib, closes #7
This commit is contained in:
@@ -48,7 +48,8 @@ setup(name='sloth',
|
||||
description='The Sloth Labeling Tool',
|
||||
author='CV:HCI Research Group',
|
||||
url='http://cvhci.anthropomatik.kit.edu',
|
||||
requires=['importlib', 'okapy'],
|
||||
packages=packages,
|
||||
data_files=data_files,
|
||||
scripts=['sloth/bin/labeltool.py']
|
||||
scripts=['sloth/bin/sloth']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user