You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,26 +11,36 @@
11
11
fromversionimportVERSION
12
12
13
13
long_description='''
14
-
The Vzzual API is designed to allow web and app developers to incorporate image and video analysis into their applications my off-loading processing to Vzzual.
14
+
The Vzzual API is designed to allow web and app developers to incorporate image
15
+
and video analysis into their applications my off-loading processing to Vzzual.
15
16
16
-
This is the official python client that wraps the Vzzual REST-like API (http://www.vzzual.com/page_API.html).
17
+
This is the official python client that wraps the Vzzual REST-like API
18
+
(http://www.vzzual.com/page_API.html).
17
19
'''
18
20
19
21
setup(
20
-
name='vzzual',
22
+
name='vzzual',
21
23
url="https://github.com/vzzual/vzzual-python",
22
-
packages=['vzzual'],
23
-
version=VERSION,
24
-
description='Official python wrapper for the Vzzual API',
24
+
packages=['vzzual'],
25
+
version=VERSION,
26
+
description='Official python wrapper for the Vzzual API',
0 commit comments