Update metadata
This commit is contained in:
parent
40410d08e2
commit
51ccea9761
1 changed files with 3 additions and 5 deletions
8
setup.py
8
setup.py
|
@ -26,13 +26,11 @@ except ImportError:
|
||||||
setup(name='openphoto',
|
setup(name='openphoto',
|
||||||
version=openphoto.__version__,
|
version=openphoto.__version__,
|
||||||
description='The official Python client library for Trovebox/OpenPhoto',
|
description='The official Python client library for Trovebox/OpenPhoto',
|
||||||
long_description=('This library works with any OpenPhoto server '
|
long_description=open("README.markdown").read(),
|
||||||
'(including the trovebox.com hosted service).\n'
|
|
||||||
'It provides full access to your photos and metadata, '
|
|
||||||
'via a simple Pythonic API.'),
|
|
||||||
author='Pete Burgers, James Walker',
|
author='Pete Burgers, James Walker',
|
||||||
url='https://github.com/openphoto/openphoto-python',
|
url='https://github.com/openphoto/openphoto-python',
|
||||||
packages=['openphoto'],
|
packages=['openphoto'],
|
||||||
|
keywords=['openphoto', 'pyopenphoto', 'openphoto-python', 'trovebox'],
|
||||||
classifiers=['Development Status :: 4 - Beta',
|
classifiers=['Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
|
@ -41,7 +39,7 @@ setup(name='openphoto',
|
||||||
'Topic :: Multimedia :: Graphics',
|
'Topic :: Multimedia :: Graphics',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
license='LICENSE',
|
license='Apache 2.0',
|
||||||
test_suite='tests.unit',
|
test_suite='tests.unit',
|
||||||
**kw
|
**kw
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue