aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-30 15:40:33 +1100
committermorefigs <morefigs@gmail.com>2019-01-30 15:40:33 +1100
commit7c3acca6cfb3e3b57a6b9fd89788b68b5a9aa5d9 (patch)
tree50ed4ac7b083df6d8a3d2729f9df149c0d527211 /setup.py
parent20be0ade41f4e04c547bb80376a9ced162d1e0d5 (diff)
downloadpymba-7c3acca6cfb3e3b57a6b9fd89788b68b5a9aa5d9.tar.gz
pymba-7c3acca6cfb3e3b57a6b9fd89788b68b5a9aa5d9.zip
also include examples subfolders
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index bbc6f47..a22a3a9 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,9 @@ setup(name='Pymba',
license='GPL-3.0',
packages=[
'examples',
+ 'examples/camera',
+ 'examples/interface',
+ 'examples/system',
'pymba',
'tests',
],