Fix redis.conf permissions and missing import glob
This commit is contained in:
9
setup.py
9
setup.py
@@ -56,7 +56,7 @@ if not os.path.isfile('/root/.gitconfig'):
|
||||
shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig')
|
||||
|
||||
setup(name='wo',
|
||||
version='3.9.7',
|
||||
version='3.9.7.1',
|
||||
description=long_description,
|
||||
long_description=long_description,
|
||||
classifiers=[],
|
||||
@@ -77,14 +77,15 @@ setup(name='wo',
|
||||
# "nose",
|
||||
# "coverage",
|
||||
# Required to function
|
||||
'cement == 2.4',
|
||||
'cement == 2.8.0',
|
||||
'pystache',
|
||||
'python-apt',
|
||||
'pynginxconfig',
|
||||
'PyMySQL == 0.8.0',
|
||||
'psutil == 3.1.1',
|
||||
'PyMySQL',
|
||||
'psutil',
|
||||
'sh',
|
||||
'SQLAlchemy',
|
||||
'requests',
|
||||
],
|
||||
data_files=[('/etc/wo', ['config/wo.conf']),
|
||||
('/etc/wo/plugins.d', conf),
|
||||
|
||||
Reference in New Issue
Block a user