aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-29 12:31:56 +1100
committermorefigs <morefigs@gmail.com>2019-01-29 12:31:56 +1100
commitfe810f80b2571ec864afbd98a02c96720eeda43a (patch)
tree3a3b46e89dc39645b4a88ca731ccde0c1a497267
parent62c8247d16c619e615aca338a2053a177c5e955d (diff)
downloadpymba-fe810f80b2571ec864afbd98a02c96720eeda43a.tar.gz
pymba-fe810f80b2571ec864afbd98a02c96720eeda43a.zip
formatting clean up
-rw-r--r--setup.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f21b1a1..2721f88 100644
--- a/setup.py
+++ b/setup.py
@@ -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',