add a bit of documentation to setup.py

This commit is contained in:
Martin Baeuml
2014-04-16 23:01:59 +02:00
parent 138c9abaa1
commit 8c711fa447
+9 -1
View File
@@ -1,4 +1,12 @@
#!/usr/bin/env python
"""
sloth
-----
sloth is a tool for labeling image and video data for computer vision research.
The documentation can be found at http://sloth.readthedocs.org/ .
"""
import os
from distutils.core import setup
from distutils.command.install import INSTALL_SCHEMES