make sloth run from /usr/local/lib, closes #7

This commit is contained in:
Martin Baeuml
2011-05-19 10:26:09 +02:00
parent 0c76ddeb99
commit e042e9b11d
5 changed files with 29 additions and 23 deletions
+2 -1
View File
@@ -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']
)