aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-30 11:41:55 +1100
committermorefigs <morefigs@gmail.com>2019-01-30 11:41:55 +1100
commit2465a09a4e1c57fb8d1aae98d242b2f4af0b53db (patch)
tree4194bd251cc9a2d05bf3a2f837839ccbb8bdf34f
parentb3a357818fbf2a1ed87009d7ba1264a611339d05 (diff)
downloadpymba-2465a09a4e1c57fb8d1aae98d242b2f4af0b53db.tar.gz
pymba-2465a09a4e1c57fb8d1aae98d242b2f4af0b53db.zip
update description to match readme
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 2721f88..429f77f 100644
--- a/setup.py
+++ b/setup.py
@@ -6,9 +6,9 @@ from pymba import PYMBA_VERSION
setup(name='Pymba',
version=PYMBA_VERSION,
description="Pymba is a Python wrapper for Allied Vision's Vimba C API.",
- long_description="Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the VimbaC.dll file "
- "included in the AVT Vimba installation to provide a simple Python interface for Allied Vision "
- "cameras.",
+ long_description="Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the VimbaC library file "
+ "included in the Vimba installation to provide a simple Python interface for Allied Vision "
+ "cameras. It currently supports most of the functionality provided by Vimba.",
# https://pypi.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Development Status :: 5 - Production/Stable',