mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 17:32:03 +08:00
add a bit of documentation to setup.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user