Additional openphoto->trovebox renames
This commit is contained in:
parent
6f70330994
commit
0c61b39e7d
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
=================================
|
=======================
|
||||||
OpenPhoto/Trovebox Python Library
|
Trovebox Python Library
|
||||||
=================================
|
=======================
|
||||||
.. image:: https://api.travis-ci.org/photo/openphoto-python.png
|
.. image:: https://api.travis-ci.org/photo/openphoto-python.png
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
:target: https://travis-ci.org/photo/openphoto-python
|
:target: https://travis-ci.org/photo/openphoto-python
|
||||||
|
@ -115,7 +115,7 @@ Upload a public photo to the host specified in ```~/.config/trovebox/default```:
|
||||||
|
|
||||||
Get a thumbnail URL from current.trovebox.com (unauthenticated access)::
|
Get a thumbnail URL from current.trovebox.com (unauthenticated access)::
|
||||||
|
|
||||||
openphoto -h current.trovebox.com -p -e /photo/62/view.json -F 'returnSizes=20x20'
|
trovebox -h current.trovebox.com -p -e /photo/62/view.json -F 'returnSizes=20x20'
|
||||||
{
|
{
|
||||||
"code":200,
|
"code":200,
|
||||||
"message":"Photo 62",
|
"message":"Photo 62",
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ setup(name='trovebox',
|
||||||
packages=['trovebox'],
|
packages=['trovebox'],
|
||||||
data_files=['README.rst'],
|
data_files=['README.rst'],
|
||||||
keywords=['openphoto', 'pyopenphoto', 'openphoto-python',
|
keywords=['openphoto', 'pyopenphoto', 'openphoto-python',
|
||||||
'trovebox', 'pytrovebox', 'openphoto-trovebox'],
|
'trovebox', 'pytrovebox', 'trovebox-python'],
|
||||||
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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue