space
This commit is contained in:
parent
a6a35e18d4
commit
051e591c25
1 changed files with 7 additions and 8 deletions
15
setup.py
15
setup.py
|
@ -36,14 +36,14 @@ 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 is a commandline client for pan.do/ra. You can use it to import videos into a pan.do/ra system. It is currently known to work on Linux and Mac OS X.",
|
description="pandora_client is a commandline client for pan.do/ra. You can use it to import videos into a pan.do/ra system. It is currently known to work on Linux and Mac OS X.",
|
||||||
author="j",
|
author="j",
|
||||||
author_email="j@mailb.org",
|
author_email="j@mailb.org",
|
||||||
url="http://wiki.0x2620.org/wiki/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=[
|
||||||
'bin/pandora_client',
|
'bin/pandora_client',
|
||||||
],
|
],
|
||||||
packages=[
|
packages=[
|
||||||
|
@ -54,11 +54,10 @@ setup(
|
||||||
'six',
|
'six',
|
||||||
'requests >= 1.1.0'
|
'requests >= 1.1.0'
|
||||||
],
|
],
|
||||||
keywords = [
|
keywords=[],
|
||||||
],
|
classifiers=[
|
||||||
classifiers = [
|
'Operating System :: OS Independent',
|
||||||
'Operating System :: OS Independent',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python',
|
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue