Fix redis.conf permissions and missing import glob

This commit is contained in:
VirtuBox
2019-08-08 23:41:28 +02:00
parent 81fd382784
commit 4819b26aa4
7 changed files with 16 additions and 10 deletions

View File

@@ -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),