aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-30 15:19:34 +1100
committermorefigs <morefigs@gmail.com>2019-01-30 15:19:34 +1100
commit1a7e520d72ee6a81668dc205d8ba0361708a0766 (patch)
treeebf5504d3e674888ff9a6f00a1adbddfe0ed45fe /setup.py
parent8001a079833ff96b855cb6f618b1c23a5b05ad7d (diff)
downloadpymba-1a7e520d72ee6a81668dc205d8ba0361708a0766.tar.gz
pymba-1a7e520d72ee6a81668dc205d8ba0361708a0766.zip
include examples in package
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 429f77f..bbc6f47 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ setup(name='Pymba',
url='https://github.com/morefigs/pymba',
license='GPL-3.0',
packages=[
+ 'examples',
'pymba',
'tests',
],