diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-29 12:31:56 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-29 12:31:56 +1100 |
| commit | fe810f80b2571ec864afbd98a02c96720eeda43a (patch) | |
| tree | 3a3b46e89dc39645b4a88ca731ccde0c1a497267 | |
| parent | 62c8247d16c619e615aca338a2053a177c5e955d (diff) | |
| download | pymba-fe810f80b2571ec864afbd98a02c96720eeda43a.tar.gz pymba-fe810f80b2571ec864afbd98a02c96720eeda43a.zip | |
formatting clean up
| -rw-r--r-- | setup.py | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -26,13 +26,17 @@ setup(name='Pymba', 'Topic :: Multimedia :: Video :: Capture', 'Topic :: Scientific/Engineering :: Image Recognition', 'Topic :: Scientific/Engineering :: Visualization', - 'Topic :: Software Development :: Libraries :: Python Modules'], + 'Topic :: Software Development :: Libraries :: Python Modules' + ], keywords='python, python3, opencv, cv, machine vision, computer vision, image recognition, vimba, allied vision', author='morefigs', author_email='morefigs@gmail.com', url='https://github.com/morefigs/pymba', license='GPL-3.0', - packages=['pymba', 'tests'], + packages=[ + 'pymba', + 'tests', + ], zip_safe=False, install_requires=[ 'numpy', |
