diff options
| author | morefigs <morefigs@gmail.com> | 2019-02-21 17:24:15 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-02-21 17:24:15 +1100 |
| commit | 4efb63b1285b831f2489b7a41da3eb22ef31cd5d (patch) | |
| tree | 2f9088f7a52384b506310133c94ead5e7ccbd20b /setup.py | |
| parent | 79d24ae0b181f41373e4437390a4b881a3dae7eb (diff) | |
| download | pymba-4efb63b1285b831f2489b7a41da3eb22ef31cd5d.tar.gz pymba-4efb63b1285b831f2489b7a41da3eb22ef31cd5d.zip | |
check local directory first for VimbaC.dll
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ 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 library file " + long_description="Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the Vimba C 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 |
