Adds usage to setup.py

This commit is contained in:
alshain
2011-02-07 23:11:13 +01:00
parent be45cc4637
commit 871f2504d1

View File

@@ -1,4 +1,17 @@
#!/usr/bin/env python
"""You need to have setuptools installed.
Usage:
python setup.py develop
This will register the couchpotato package in your system and thereby make it
available from anywhere.
Also, a script will be installed to control couchpotato from the shell.
Try running:
couchpotato --help
"""
from setuptools import setup