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:
addfb21
)
Typo fix
author
Lingchao Xin
<lingchaox.xin@intel.com>
Fri, 24 Jan 2014 06:00:46 +0000
(14:00 +0800)
committer
Lingchao Xin
<lingchaox.xin@intel.com>
Fri, 24 Jan 2014 06:00:46 +0000
(14:00 +0800)
Change-Id: I679fd74db8b30e8cb4758bb0cd35c95d8e9b1f2c
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index b750ee229a20c95bd8188be116e8bb47cfd4b042..39a784f2dcda0fe95bad9082ec48d19bd4bad64f 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,6
+17,6
@@
setup(name=snapdiff.__title__,
packages=['snapdiff',],
data_files = [('/etc/%s/' % snapdiff.__title__, ['distfiles/profile.yaml']),],
include_package_data=True,
- install_requires=['Jinja2>=2.6', 'requests>=2.0.1', 'pyyaml>3.10'],
+ install_requires=['Jinja2>=2.6', 'requests>=2.0.1', 'pyyaml>
=
3.10'],
zip_safe=False,
)