projects
/
services
/
python-snapdiff.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41e6af
)
Add data_files in setup.py to install from source correctly
author
Lingchao Xin
<lingchaox.xin@intel.com>
Thu, 23 Jan 2014 09:35:41 +0000
(17:35 +0800)
committer
Lingchao Xin
<lingchaox.xin@intel.com>
Thu, 23 Jan 2014 09:37:18 +0000
(17:37 +0800)
Change-Id: Id4f729db1e9034772e8010f968387557262b0205
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 325314576a0e7c6d82e61470b6ff4d4862b63971..a50004ba9379bb1f8ae9853a3eb6538e8b072ca3 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-15,6
+15,7
@@
setup(name=snapdiff.__title__,
url='http://www.tizen.org/',
scripts=['tools/snap-diff',],
packages=['snapdiff',],
+ data_files = [('/etc/%s/' % snapdiff.__title__, ['distfiles/profile.yaml']),],
include_package_data=True,
install_requires=['Jinja2>=2.6', 'requests>=2.0.1',],
zip_safe=False,