From 8c711fa44712842b93ffb7bd82265a750c087456 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 16 Apr 2014 23:01:59 +0200 Subject: [PATCH] add a bit of documentation to setup.py --- setup.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 925171e..5d09c4a 100644 --- a/setup.py +++ b/setup.py @@ -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