projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d9977c
)
chmod after install by sudo
author
Orakaro
<nhatminh_179@hotmail.com>
Sun, 27 Jul 2014 06:43:16 +0000
(15:43 +0900)
committer
Orakaro
<nhatminh_179@hotmail.com>
Sun, 27 Jul 2014 06:43:16 +0000
(15:43 +0900)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 8367f994b1f98928ceea5a1fa22ef269bda39ffe..b4e026c49f78ebc071c31de3e8845a23aaf5f7b9 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-2,7
+2,7
@@
from setuptools import setup, find_packages
import os, os.path, sys
# Bumped version
-version = '0.5.
1
'
+version = '0.5.
2
'
# Require
install_requires = [
@@
-23,6
+23,8
@@
default = os.path.expanduser("~") + os.sep + '.rainbow_config.json'
if not os.path.isfile(default):
cmd = 'cp rainbowstream/colorset/config ' + default
os.system(cmd)
+ cmd = 'chmod 777 ' + default
+ os.system(cmd)
# Setup
setup(name='rainbowstream',