aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2014-09-23 07:40:30 +1000
committermorefigs <morefigs@gmail.com>2014-09-23 07:40:30 +1000
commit9b7a5641edba4a044e4508068f200a6157c22a0d (patch)
tree2bb745b45770d0f62d17d271bae63ea90b8d09de /setup.py
parentf672513907c134db2794519fe79f5a4e1f8d6a44 (diff)
parente482e37793ff32b3d846acf8e0533ba284b1191e (diff)
downloadpymba-9b7a5641edba4a044e4508068f200a6157c22a0d.tar.gz
pymba-9b7a5641edba4a044e4508068f200a6157c22a0d.zip
Merge pull request #6 from derricw/master
Color Example and support for all color formats.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1bb1bff..7456c93 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,4 @@ setup(name="pymba",
packages=['pymba', 'pymba.tests'],
zip_safe=False,
requires=['cv2', 'cv', 'numpy', 'scipy', 'pygame', 'pil', 'svgwrite'],
-
)