update description and url
This commit is contained in:
parent
ad688444ce
commit
c442cf4086
1 changed files with 4 additions and 5 deletions
9
setup.py
9
setup.py
|
@ -20,14 +20,13 @@ def get_bzr_version():
|
||||||
setup(
|
setup(
|
||||||
name="pandora_client",
|
name="pandora_client",
|
||||||
version="0.2.%s" % get_bzr_version() ,
|
version="0.2.%s" % get_bzr_version() ,
|
||||||
description='''pandora_client - commandline client and python api for pan.do/ra
|
description='''pandora_client is a commandline client for pan.do/ra.
|
||||||
|
You can use it to import videos into a pan.do/ra system.
|
||||||
can be used interact with pan.do/ra instance via its api.
|
It is currently known to work on Linux and Mac OS X.
|
||||||
or instead of OxFF to keep archive and pan.do/ra instance in sync.
|
|
||||||
''',
|
''',
|
||||||
author="j",
|
author="j",
|
||||||
author_email="j@mailb.org",
|
author_email="j@mailb.org",
|
||||||
url="http://code.0x2620.org/pandora_client",
|
url="http://wiki.0x2620.org/wiki/pandora_client",
|
||||||
download_url="http://code.0x2620.org/pandora_client/download",
|
download_url="http://code.0x2620.org/pandora_client/download",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
scripts = [
|
scripts = [
|
||||||
|
|
Loading…
Reference in a new issue