~phablet-team/phablet-tools/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bileto Bot
  • Author(s): Robert Bruce Park
  • Date: 2016-11-16 19:11:17 UTC
  • mfrom: (373.1.3 trunk)
  • Revision ID: ci-train-bot@canonical.com-20161116191117-831n8f3sb3s9k49m
No-change trunk release for zesty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    'phablet-dev-bootstrap',
10
10
    'phablet-flash',
11
11
    'phablet-config'
12
 
    ]
 
12
]
13
13
 
14
14
SH_SCRIPTS = [
15
15
    'bileto',
20
20
    'click-buddy',
21
21
    'phablet-bootchart',
22
22
    'phablet-shell',
23
 
    ]
 
23
]
24
24
 
25
25
DATA_FILES = [
26
26
    ('/usr/share/phabletutils/', ['shell-adb-common.sh', ]),
27
 
    ]
 
27
]
28
28
 
29
29
if __name__ == "__main__":
30
30
    setup(