From fe810f80b2571ec864afbd98a02c96720eeda43a Mon Sep 17 00:00:00 2001 From: morefigs Date: Tue, 29 Jan 2019 12:31:56 +1100 Subject: formatting clean up --- setup.py | 8 ++++++-- 1 file 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', -- cgit v1.2.3